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