e3708dcd by xu

Update tds.conf

1 parent 40536765
Showing 1 changed file with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ server { ...@@ -18,7 +18,7 @@ server {
18 location / { 18 location / {
19 proxy_set_header X-Real-IP $remote_addr; 19 proxy_set_header X-Real-IP $remote_addr;
20 proxy_set_header C-Real-IP $remote_addr; 20 proxy_set_header C-Real-IP $remote_addr;
21 proxy_pass http://daop-gateway:8053/ms-daop-connect-data-open-service; 21 proxy_pass http://daop-gateway:8053/ms-daop-connect-data-open-service/;
22 } 22 }
23 23
24 location /tds-api/ { 24 location /tds-api/ {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!