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:
@ -10,7 +10,9 @@ Configure NGINX Proxy for MinIO Server
|
|||||||
:local:
|
:local:
|
||||||
:depth: 2
|
: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:
|
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:
|
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 :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/``)
|
||||||
|
Reference in New Issue
Block a user