fix proxy set header

This commit is contained in:
2023-12-02 18:30:53 +01:00
parent 7f7c4ffa1b
commit eb80b95d15

View File

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