forked from yaso_meth/mih-project
.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user