From b3a587d1c9619a59f474c04f1b683b74a5ac3b45 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 18 Jul 2024 15:44:51 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;