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