13693261870
2024-08-29 63dfd0f7722e5e61e300aa71070dd6a86dc16c1d
docker-compose/nginx/conf/nginx.conf
@@ -31,6 +31,15 @@
            try_files $uri $uri/ /sys/;
            #index  index.html index.htm;
        }
        location /se-file/ {
            proxy_set_header Host $http_host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header REMOTE-HOST $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_pass http://se-file:9300/;
        }
        
        location /prod-api/ {
            proxy_set_header Host $http_host;