Oh fer FUCKS sake
This commit is contained in:
parent
a54fc50710
commit
b7f087905a
|
@ -142,7 +142,7 @@ in {
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1::${toString cfg.port}/";
|
||||
proxyPass = "http://127.0.0.1:${toString cfg.port}/";
|
||||
proxyWebsockets = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue