Browse Source

前端统一路由

ccf 4 years ago
parent
commit
aa427f730e
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

@@ -320,7 +320,7 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
-    location ^~ /pf/ {
+    location ^~ /frontend/ {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }