nextcloud: move proxy from voyager to challenger

This commit is contained in:
Felix Albrigtsen 2024-07-06 01:43:30 +02:00
parent ea7501f606
commit 387d6b6a5f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ in {
in {
"cloud.feal.no" = publicProxy "" {
locations."/" = {
proxyPass = "http://voyager.home.feal.no";
proxyPass = "http://challenger.home.feal.no";
extraConfig = ''
client_max_body_size 8G;
'';