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