fix header
This commit is contained in:
parent
eb80b95d15
commit
47b76ec980
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue