This commit is contained in:
2024-07-18 15:44:51 +02:00
parent 141fc16e0c
commit b3a587d1c9

View File

@@ -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;