fix header

This commit is contained in:
2023-12-02 19:00:11 +01:00
parent eb80b95d15
commit 47b76ec980

View File

@@ -9,8 +9,8 @@ in
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "https://${ip}:443/"; proxyPass = "https://${ip}:443/";
proxy_set_header=Host ${domain}
extraConfig = '' extraConfig = ''
proxy_set_header=Host ${domain}
''; '';
}; };
}; };