1
0
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:
Anthony CISZEK
2022-09-30 17:13:45 +02:00
committed by GitHub
parent 373fde9ca2
commit ce1a843a62

View File

@ -15,7 +15,7 @@ Install Nginx from [here](http://nginx.org/en/download.html).
## 3. Configuration ## 3. Configuration
### Proxy all requests ### 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 ```sh
server { server {