diff --git a/source/integrations/setup-nginx-proxy-with-minio.rst b/source/integrations/setup-nginx-proxy-with-minio.rst index 0183dae4..4d36416f 100644 --- a/source/integrations/setup-nginx-proxy-with-minio.rst +++ b/source/integrations/setup-nginx-proxy-with-minio.rst @@ -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/``) \ No newline at end of file + - Set the :envvar:`MINIO_BROWSER_REDIRECT_URL` to the proxy host FQDN of the MinIO Console (``https://console.example.net/``)