Update default.conf
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -51,9 +51,9 @@ server { | ... | @@ -51,9 +51,9 @@ server { |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | location /tds-api/ { | 53 | location /tds-api/ { |
| 54 | proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use; | ||
| 55 | proxy_set_header X-Real-IP $remote_addr; | 54 | proxy_set_header X-Real-IP $remote_addr; |
| 56 | proxy_set_header C-Real-IP $remote_addr; | 55 | proxy_set_header C-Real-IP $remote_addr; |
| 56 | proxy_pass http://daop-gateway:8053/ms-connector-trust-data-space-service/contract-use/api-use; | ||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | error_page 500 502 503 504 /50x.html; | 59 | error_page 500 502 503 504 /50x.html; | ... | ... |
-
Please register or sign in to post a comment