mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +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:
@ -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
|
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;
|
rewrite ^/minio/ui/(.*) /$1 break;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
Reference in New Issue
Block a user