Update tds.conf
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -16,7 +16,7 @@ server { | ... | @@ -16,7 +16,7 @@ server { |
| 16 | add_header Cache-Control private; | 16 | add_header Cache-Control private; |
| 17 | 17 | ||
| 18 | location /api/ { | 18 | location /api/ { |
| 19 | proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/; | 19 | proxy_pass http://daop-gateway:8053; |
| 20 | proxy_set_header X-Real-IP $remote_addr; | 20 | proxy_set_header X-Real-IP $remote_addr; |
| 21 | proxy_set_header C-Real-IP $remote_addr; | 21 | proxy_set_header C-Real-IP $remote_addr; |
| 22 | } | 22 | } | ... | ... |
-
Please register or sign in to post a comment