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