1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-16 19:23:02 +02:00

Merge pull request from db-2001/dev

another freaking semicolon mistake
This commit is contained in:
Dity 2024-03-06 00:11:17 -05:00 committed by GitHub
commit d33ac16c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ server {
proxy_pass_request_headers on;
set $upstream_app tranga-api;
set $upstream_port 6531;
set $upstream_proto http:
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}