|
|
@@ -325,6 +325,11 @@ server {
|
|
|
proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
}
|
|
|
|
|
|
+ location ^~ /ccf/ {
|
|
|
+ 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;
|