Explorar el Código

前端统一路由

ccf hace 4 años
padre
commit
aa427f730e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }