--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2024-06-01 11:32:24 +02:00
parent e23eed0196
commit 55e6781183

View file

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