refactor(eientei): move hass nginx configuration
This commit is contained in:
parent
adc27a77ca
commit
37c19421d9
2 changed files with 13 additions and 13 deletions
|
@ -17,18 +17,6 @@
|
|||
useACMEHost = ".514fpv.io";
|
||||
extraConfig = "return 444;";
|
||||
};
|
||||
|
||||
"home.514fpv.io" = {
|
||||
useACMEHost = ".514fpv.io";
|
||||
addSSL = true;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
'';
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8123";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue