|
@@ -184,8 +184,7 @@ server {
|
|
|
|
|
|
|
|
location ^~ /uapi {
|
|
location ^~ /uapi {
|
|
|
proxy_pass http://127.0.0.1:5000;
|
|
proxy_pass http://127.0.0.1:5000;
|
|
|
- proxy_set_header Host $host;
|
|
|
|
|
- proxy_set_header X-Request-Id $temp_request_id;
|
|
|
|
|
|
|
+ proxy_set_header Host {{domain}}.test.proginn.com;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
location ~ ^/company$ {
|
|
location ~ ^/company$ {
|