|
|
@@ -315,7 +315,12 @@ server {
|
|
|
proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
}
|
|
|
|
|
|
- location ^~ /work_down/index {
|
|
|
+ location ^~ /work_down {
|
|
|
+ proxy_pass http://127.0.0.1:3000;
|
|
|
+ proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
+ }
|
|
|
+
|
|
|
+ location ^~ /pf/ {
|
|
|
proxy_pass http://127.0.0.1:3000;
|
|
|
proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
}
|