Add "v2" proxy

This commit is contained in:
2025-10-11 22:54:15 +02:00
parent 3d35117eaf
commit 4bf4c24bd9

View File

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