diff --git a/nginx/templates/default.conf.template b/nginx/templates/default.conf.template index 0fbf133..4176f50 100644 --- a/nginx/templates/default.conf.template +++ b/nginx/templates/default.conf.template @@ -21,6 +21,11 @@ server { proxy_pass $API_URL; } + location /swagger { + proxy_pass_request_headers on; + proxy_pass $API_URL; + } + location / { root /usr/share/nginx/html; index index.html index.htm;