171011c0 by xu

Update tds.conf

1 parent 274847d4
Showing 1 changed file with 2 additions and 2 deletions
......@@ -16,14 +16,14 @@ server {
add_header Cache-Control private;
location /api/ {
proxy_pass http://daop-gateway:8053;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header C-Real-IP $remote_addr;
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;
proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use;
}
}
\ 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!