1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-15 10:53:01 +02:00

Merge pull request from db-2001/dev

more conf tweaks
This commit is contained in:
Dity 2024-03-06 00:07:55 -05:00 committed by GitHub
commit 9c0a7a0a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,10 @@ server {
location ~ /api/ {
proxy_pass_request_headers on;
proxy_pass http://tranga-api:6531/;
set $upstream_app tranga-api;
set $upstream_port 6531;
set $upstream_proto http:
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
#error_page 404 /404.html;