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;
locations."/" = {
proxyPass = "https://${ip}:443/";
proxy_set_header=Host ${domain}
extraConfig = ''
proxy_set_header=Host ${domain}
'';
};
};