conf tweaks

This commit is contained in:
db-2001 2024-03-05 23:53:46 -05:00
parent 8f9700ec02
commit ef5524d7b6

View File

@ -10,7 +10,7 @@ server {
index index.html index.htm;
}
location /api/ {
location ~ /api/ {
proxy_pass_request_headers on;
proxy_pass http://tranga-api:6531/;
}