1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Update setup-nginx-proxy-with-minio.rst

This commit is contained in:
Ravind Kumar
2023-08-14 13:36:53 -04:00
committed by GitHub
parent fbee736485
commit 6a3a85bc84

View File

@ -10,7 +10,9 @@ Configure NGINX Proxy for MinIO Server
:local:
:depth: 2
The following documentation covers the minimum settings required to configure NGINX to proxy requests to MinIO.
The following documentation provides a baseline for configuring NGINX to proxy requests to MinIO in a Linux environment.
It is not intended as a comprehensive approach to NGINX, proxying, or reverse proxying in general.
Modify the configuration as necessary for your infrastructure.
This documentation assumes the following:
@ -220,4 +222,4 @@ There are two models for proxying requests to the MinIO Server API and the MinIO
You must also set the following environment variables for the MinIO deployment:
- Set :envvar:`MINIO_SERVER_URL` to the proxy host FQDN of the MinIO Server (``https://minio.example.net``)
- Set the :envvar:`MINIO_BROWSER_REDIRECT_URL` to the proxy host FQDN of the MinIO Console (``https://console.example.net/``)
- Set the :envvar:`MINIO_BROWSER_REDIRECT_URL` to the proxy host FQDN of the MinIO Console (``https://console.example.net/``)