1
0
Fork 0

Fix nginx config chor-cloud

This commit is contained in:
Malte Brandy 2022-01-16 20:54:20 +01:00
parent af9a2e6103
commit 8d6c064522

View file

@ -153,7 +153,7 @@ in
forceSSL = true;
locations = {
"/" = {
proxyPass = "http://chor-cloud";
proxyPass = "http://[${hosts.chor-cloud}]";
extraConfig = "proxy_set_header Host $host; proxy_buffering off;";
};
"^~ /.well-known" = {