Unverified Commit 5e11f80a authored by provokateurin's avatar provokateurin
Browse files

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.
parent 63117158
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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