91b406a3 by xu

Update default.conf

1 parent 171011c0
...@@ -51,9 +51,9 @@ server { ...@@ -51,9 +51,9 @@ server {
51 } 51 }
52 52
53 location /tds-api/ { 53 location /tds-api/ {
54 proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
55 proxy_set_header X-Real-IP $remote_addr; 54 proxy_set_header X-Real-IP $remote_addr;
56 proxy_set_header C-Real-IP $remote_addr; 55 proxy_set_header C-Real-IP $remote_addr;
56 proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
57 } 57 }
58 58
59 error_page 500 502 503 504 /50x.html; 59 error_page 500 502 503 504 /50x.html;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!