Browse Source

child项目部署

ccf 3 years ago
parent
commit
c85ad55320
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/nginx/template/proginn.nginx.conf

+ 1 - 1
config/nginx/template/proginn.nginx.conf

@@ -590,7 +590,7 @@ server {
     }
 
     location / {
-      proxy_pass http://127.0.0.1:3301;
+      proxy_pass http://127.0.0.1:3001;
       proxy_set_header Host qd.test-bituni.proginn.com;
     }