Update tds.conf
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -15,10 +15,10 @@ server { | ... | @@ -15,10 +15,10 @@ server { |
| 15 | add_header Cache-Control no-cache; | 15 | add_header Cache-Control no-cache; |
| 16 | add_header Cache-Control private; | 16 | add_header Cache-Control private; |
| 17 | 17 | ||
| 18 | location /api/ { | 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/; | 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/ { | ... | ... |
-
Please register or sign in to post a comment