Disable ntfy rev-proxy

This commit is contained in:
Filippo Berto 2025-06-30 11:05:14 +02:00
parent 24dbf21a1c
commit e1a26abed5
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -113,15 +113,15 @@
proxy_buffering off; proxy_buffering off;
''; '';
}; };
"ntfy.bertof.net" = ssl // { # "ntfy.bertof.net" = ssl // {
locations."/" = { # locations."/" = {
proxyPass = "http://heimdall.tsn:7080/"; # proxyPass = "http://heimdall.tsn:7080/";
proxyWebsockets = true; # proxyWebsockets = true;
extraConfig = '' # extraConfig = ''
client_max_body_size 5g; # client_max_body_size 5g;
''; # '';
}; # };
}; # };
"my-nextcloud.bertof.net" = ssl // { "my-nextcloud.bertof.net" = ssl // {
locations."/" = { locations."/" = {
proxyPass = "http://heimdall.tsn:80/"; proxyPass = "http://heimdall.tsn:80/";