diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 88267ff..e7ece00 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -11,6 +11,10 @@ server { proxy_pass http://dnd:8080; } + location /api/docs { + proxy_pass http://dnd:8080/docs/index.html; + } + error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html;