9c8f055e by xu

Update default.conf

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