Freya: hass deployment
This commit is contained in:
parent
4152f7409d
commit
6d4cfba66e
2 changed files with 256 additions and 2 deletions
|
|
@ -79,6 +79,13 @@
|
|||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
"hass.bertof.net" = ssl // {
|
||||
locations."/" = { proxyPass = "http://freya.tsn:8123/"; proxyWebsockets = true; };
|
||||
extraConfig = ''
|
||||
proxy_pass_header Authorization;
|
||||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.zto:80/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue