1
0
Fork 0

Fix default host

This commit is contained in:
Malte Brandy 2021-12-05 07:26:04 +01:00
parent 4001d990c3
commit e930e25b47

View file

@ -141,6 +141,7 @@ in
enable = true; enable = true;
virtualHosts = { virtualHosts = {
"home.lo.m-0.eu" = { "home.lo.m-0.eu" = {
default = true;
extraConfig = '' extraConfig = ''
proxy_buffering off; proxy_buffering off;
''; '';
@ -151,9 +152,6 @@ in
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"fluffy.lo.m-0.eu" = {
locations."/".extraConfig = "return 301 http://home.lo.m-0.eu$request_uri;";
};
}; };
}; };
home-assistant = { home-assistant = {