Oh fer FUCKS sake

This commit is contained in:
niten 2024-01-17 23:32:24 -08:00
parent a54fc50710
commit b7f087905a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ in {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1::${toString cfg.port}/"; proxyPass = "http://127.0.0.1:${toString cfg.port}/";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
}; };