1
0
mirror of https://github.com/astaxie/cookbook.git synced 2025-08-06 22:22:37 +03:00

Doc: This patch adds new cookbook for using Minio with Cyberduck (#64)

This commit is contained in:
koolhead17
2016-08-14 14:33:31 -07:00
committed by Harshavardhana
parent 4b944583d5
commit c7f1dee7d3
14 changed files with 64 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
Apache HTTP is an open source web server and a reverse proxy server.
In this recipe we will learn how to set up Apache HTTP with mod_proxy module for connecting to Minio Server. We are goint to set up a new VirtualHost for example.com
In this recipe we will learn how to set up Apache HTTP with mod_proxy module for connecting to Minio Server. We are going to set up a new VirtualHost for example.com
## 1. Prerequisites