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

DOCS-957: Fixed location for console location (#961)

Fixes issue with trailing slash described in #957

Closes #957
This commit is contained in:
tariver
2023-08-18 18:49:56 +03:00
committed by GitHub
parent 20644952de
commit 52f1951c8b

View File

@ -87,7 +87,7 @@ There are two models for proxying requests to the MinIO Server API and the MinIO
proxy_pass https://minio_s3; # This uses the upstream directive definition to load balance
}
location /minio/ui {
location /minio/ui/ {
rewrite ^/minio/ui/(.*) /$1 break;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;