perhaps, just maybe perhaps, don't expose everything...

This commit is contained in:
Chris Kruining 2025-04-01 15:56:31 +02:00
parent 059468a2d5
commit 941801e94f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 27 additions and 26 deletions

View file

@ -46,5 +46,14 @@ in
Install.WantedBy = [ "multi-user.target" "timers.target" ];
};
};
services.caddy = {
enable = true;
virtualHosts."cloud.kruining.eu".extraConfig = ''
php_fastcgi unix//run/phpfpm/nextcloud.sock {
env front_controller_active true
}
'';
};
};
}