diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e6c2fc8b..8387cdf7 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -67,7 +67,7 @@ http { } #Minio storage - location /files/ui/ { + location /mih/ui/ { # rewrite ^/files/ui/(.*) /$1 break; # proxy_set_header Host $http_host; # proxy_set_header X-Real-IP $remote_addr; @@ -94,7 +94,7 @@ http { } #Minio storage API - location /files/ { + location /mih/ { # proxy_set_header Host $http_host; # proxy_set_header X-Real-IP $remote_addr; # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;