From 0af6901d0d246bdae100cd31782c49136644368a Mon Sep 17 00:00:00 2001 From: zhoujun Date: Wed, 21 May 2025 03:14:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20sf-ui/nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/nginx.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sf-ui/nginx.conf b/sf-ui/nginx.conf index 63ce459..37b83df 100644 --- a/sf-ui/nginx.conf +++ b/sf-ui/nginx.conf @@ -1,4 +1,3 @@ - worker_processes 1; events { @@ -29,14 +28,6 @@ http { rewrite ^.*$ /index.html last; } - location /stage-api/ { - 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://zt-sac-java:7781/; - } - error_page 500 502 503 504 /50x.html; location = /50x.html { root html;