Quellcode durchsuchen

资源列表页

ccf vor 4 Jahren
Ursprung
Commit
9e9cd21123
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      config/nginx/template/proginn.nginx.conf

+ 5 - 0
config/nginx/template/proginn.nginx.conf

@@ -315,6 +315,11 @@ server {
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
 
+    location ^~ /work_down/index {
+        proxy_pass http://127.0.0.1:3000;
+        proxy_set_header Host {{domain}}.test.proginn.com;
+    }
+
     location ^~ /otherpage {
         proxy_pass http://127.0.0.1:3000;
         proxy_set_header Host {{domain}}.test.proginn.com;