Baldur: enable s3 route
This commit is contained in:
parent
6a2d3ca435
commit
3115ff97d0
1 changed files with 11 additions and 11 deletions
|
|
@ -92,17 +92,17 @@
|
|||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
# "s3.bertof.net" = ssl // {
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://heimdall.tsn:9000/";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# extraConfig = ''
|
||||
# client_max_body_size 6g;
|
||||
# proxy_pass_header Authorization;
|
||||
# proxy_buffering off;
|
||||
# '';
|
||||
# };
|
||||
"s3.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://heimdall.tsn:9000/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 6g;
|
||||
proxy_pass_header Authorization;
|
||||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
"hass.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://heimdall.tsn:8123/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue