9c8f055e by xu

Update default.conf

1 parent b258f9d7
...@@ -48,6 +48,12 @@ server { ...@@ -48,6 +48,12 @@ server {
48 proxy_set_header X-Forwarded-Port $server_port; 48 proxy_set_header X-Forwarded-Port $server_port;
49 proxy_pass http://daop-gateway:8053/; 49 proxy_pass http://daop-gateway:8053/;
50 } 50 }
51
52 location /tds-api/ {
53 proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
54 proxy_set_header X-Real-IP $remote_addr;
55 proxy_set_header C-Real-IP $remote_addr;
56 }
51 57
52 error_page 500 502 503 504 /50x.html; 58 error_page 500 502 503 504 /50x.html;
53 location = /50x.html { 59 location = /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!