|
|
@@ -199,12 +199,17 @@ server {
|
|
|
}
|
|
|
|
|
|
|
|
|
- location ~ ^/company$ {
|
|
|
+ location ~ ^/type/service$ {
|
|
|
proxy_pass http://127.0.0.1:3000;
|
|
|
proxy_set_header Host $host;
|
|
|
proxy_set_header X-Request-Id $temp_request_id;
|
|
|
}
|
|
|
|
|
|
+ location ~ ^/company$ {
|
|
|
+ proxy_pass http://127.0.0.1:3000;
|
|
|
+ proxy_set_header Host $host;
|
|
|
+ proxy_set_header X-Request-Id $temp_request_id;
|
|
|
+ }
|
|
|
|
|
|
location ^~ /l/ {
|
|
|
proxy_pass http://127.0.0.1:3000;
|