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;
'';
};
"ntfy.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:7080/";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 5g;
'';
};
};
# "ntfy.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:7080/";
# proxyWebsockets = true;
# extraConfig = ''
# client_max_body_size 5g;
# '';
# };
# };
"my-nextcloud.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:80/";