Merge pull request #66 from db-2001/dev

conf tweaks
This commit is contained in:
Dity
2024-03-05 23:55:34 -05:00
committed by GitHub

View File

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