mirror of
https://github.com/minio/docs.git
synced 2025-07-27 08:41:57 +03:00
Update setup-nginx-proxy-with-minio.md (#589)
Fix typo in nginx config file path: /etc/nginx/sites-enable**s**/minio instead of enabled.
This commit is contained in:
@ -15,7 +15,7 @@ Install Nginx from [here](http://nginx.org/en/download.html).
|
||||
## 3. Configuration
|
||||
|
||||
### Proxy all requests
|
||||
Add the following content as a file ``/etc/nginx/sites-enabled``, e.g. ``/etc/nginx/sites-enables/minio`` and also remove the existing ``default`` file in same directory.
|
||||
Add the following content as a file ``/etc/nginx/sites-enabled``, e.g. ``/etc/nginx/sites-enabled/minio`` and also remove the existing ``default`` file in same directory.
|
||||
|
||||
```sh
|
||||
server {
|
||||
|
Reference in New Issue
Block a user