171011c0 by xu

Update tds.conf

1 parent 274847d4
Showing 1 changed file with 2 additions and 2 deletions
...@@ -16,14 +16,14 @@ server { ...@@ -16,14 +16,14 @@ server {
16 add_header Cache-Control private; 16 add_header Cache-Control private;
17 17
18 location /api/ { 18 location /api/ {
19 proxy_pass http://daop-gateway:8053;
20 proxy_set_header X-Real-IP $remote_addr; 19 proxy_set_header X-Real-IP $remote_addr;
21 proxy_set_header C-Real-IP $remote_addr; 20 proxy_set_header C-Real-IP $remote_addr;
21 proxy_pass http://daop-gateway:8053/;
22 } 22 }
23 23
24 location /tds-api/ { 24 location /tds-api/ {
25 proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
26 proxy_set_header X-Real-IP $remote_addr; 25 proxy_set_header X-Real-IP $remote_addr;
27 proxy_set_header C-Real-IP $remote_addr; 26 proxy_set_header C-Real-IP $remote_addr;
27 proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
28 } 28 }
29 } 29 }
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!