fix proxy set header
This commit is contained in:
@@ -8,8 +8,10 @@ in
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxySetHeader = "Host ${domain}";
|
|
||||||
proxyPass = "https://${ip}:443/";
|
proxyPass = "https://${ip}:443/";
|
||||||
|
proxy_set_header=Host ${domain}
|
||||||
|
extraConfig = ''
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user