proxy swagger

This commit is contained in:
2025-10-11 21:55:56 +02:00
parent efb3af107e
commit 6035ecbbbb

View File

@@ -21,6 +21,11 @@ server {
proxy_pass $API_URL; proxy_pass $API_URL;
} }
location /swagger {
proxy_pass_request_headers on;
proxy_pass $API_URL;
}
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;