Use recommendedProxySettings
This commit is contained in:
parent
0bba7ff4f8
commit
7a12a66266
4 changed files with 7 additions and 26 deletions
|
@ -19,7 +19,10 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "oliverdavies.uk";
|
||||
|
||||
locations."/".proxyPass = "http://localhost:${toString cfg.listenPort}";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString cfg.listenPort}";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue