Expose s3
This commit is contained in:
parent
3094b2eb12
commit
bde8cecfb4
1 changed files with 7 additions and 0 deletions
|
|
@ -79,6 +79,13 @@
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"s3.bertof.net" = ssl // {
|
||||||
|
locations."/" = { proxyPass = "http://heimdall.tsn:9000/"; proxyWebsockets = true; };
|
||||||
|
extraConfig = ''
|
||||||
|
proxy_pass_header Authorization;
|
||||||
|
proxy_buffering off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
"hass.bertof.net" = ssl // {
|
"hass.bertof.net" = ssl // {
|
||||||
locations."/" = { proxyPass = "http://heimdall.tsn:8123/"; proxyWebsockets = true; };
|
locations."/" = { proxyPass = "http://heimdall.tsn:8123/"; proxyWebsockets = true; };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue