1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Updating Nginx Reverse Proxy documentation (#743)

- Proxying MinIO based on subdomains of a single hostname
- Proxying MinIO based on subpath of a single hostname
- Including the websocket upload logic
This commit is contained in:
Ravind Kumar
2023-03-06 12:19:44 -05:00
committed by GitHub
parent b1bf12145f
commit 732b6c3de7
5 changed files with 200 additions and 114 deletions

View File

@ -56,6 +56,7 @@ The following load balancers are known to work well with MinIO:
Configuring firewalls or load balancers to support MinIO is out of scope for
this procedure.
The :ref:`integrations-nginx-proxy` reference provides a baseline configuration for using NGINX as a reverse proxy with basic load balancing configured.
Sequential Hostnames
~~~~~~~~~~~~~~~~~~~~

View File

@ -68,6 +68,7 @@ The following load balancers are known to work well with MinIO:
Configuring firewalls or load balancers to support MinIO is out of scope for
this procedure.
The :ref:`integrations-nginx-proxy` reference provides a baseline configuration for using NGINX as a reverse proxy with basic load balancing configured.
Sequential Hostnames
~~~~~~~~~~~~~~~~~~~~