1
0
Fork 0

Improve pinning

This commit is contained in:
Malte Brandy 2021-12-06 02:17:03 +01:00
parent e930e25b47
commit b8894c7e21

View file

@ -141,16 +141,15 @@ in
enable = true;
virtualHosts = {
"home.lo.m-0.eu" = {
default = true;
extraConfig = ''
proxy_buffering off;
'';
extraConfig = "proxy_buffering off;";
locations."/" = {
proxyPass =
"http://[::1]:8123";
proxyWebsockets = true;
};
proxyPass = "http://[::1]:8123";
proxyWebsockets = true;
};
};
"fluffy.lo.m-0.eu" = {
default = true;
locations."/".extraConfig = "return 301 http://home.lo.m-0.eu$request_uri;";
};
};
};