Disable s3 rev-proxy

This commit is contained in:
Filippo Berto 2025-06-30 11:06:52 +02:00
parent e1a26abed5
commit 6c1bfbb6bb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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/";