Recover Nextcloud

This commit is contained in:
Filippo Berto 2024-06-10 18:35:11 +02:00
parent bde8cecfb4
commit 2cafbff81a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 31 additions and 31 deletions

View file

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