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
commit e9937c02bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/;
}