.
This commit is contained in:
parent
141fc16e0c
commit
b3a587d1c9
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Minio storage
|
#Minio storage
|
||||||
location /files/ui/ {
|
location /mih/ui/ {
|
||||||
# rewrite ^/files/ui/(.*) /$1 break;
|
# rewrite ^/files/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;
|
||||||
|
|
@ -94,7 +94,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Minio storage API
|
#Minio storage API
|
||||||
location /files/ {
|
location /mih/ {
|
||||||
# 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;
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue