Commit dfe0f38b authored by Spiros Koulouzis's avatar Spiros Koulouzis

uncomment reverse proxy

parent c49ec9f7
......@@ -69,29 +69,29 @@ http {
# proxy_set_header Origin "";
# }
location /manger {
proxy_pass http://manager:8080/manger;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;
}
# location /manger {
# proxy_pass http://manager:8080/manger;
# proxy_set_header Host $http_host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#
# proxy_set_header X-Forwarded-Proto $scheme;
#
# proxy_buffering off;
# proxy_request_buffering off;
# }
location /manger/swagger-ui.html {
proxy_pass http://manager:8080/swagger-ui.html/;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;
}
# location /manger/swagger-ui.html {
# proxy_pass http://manager:8080/swagger-ui.html/;
# proxy_set_header Host $http_host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#
# proxy_set_header X-Forwarded-Proto $scheme;
#
# proxy_buffering off;
# proxy_request_buffering off;
# }
location /tosca-sure/1.0.0/ {
proxy_pass http://sure-tosca:8081/tosca-sure/1.0.0/;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment