From 5e11f80a1b303a057e04f71e2ceca988e9cb63f5 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 11 Nov 2025 13:10:30 +0100 Subject: [PATCH] nixos/nextcloud: Set services.nextcloud.poolSettings."pm.status_path" by default For use with services.prometheus.exporters.php-fpm it is necessary to have the pm.status_path set. --- nixos/modules/services/web-apps/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index 67a756a4ea01..f8c356cbe0ea 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -550,6 +550,7 @@ in "pm.min_spare_servers" = "6"; "pm.max_spare_servers" = "18"; "pm.max_requests" = "500"; + "pm.status_path" = "/status"; }; description = '' Options for nextcloud's PHP pool. See the documentation on `php-fpm.conf` for details on