2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 04:07:28 +01:00

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

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;
'';