diff --git a/php/config.nix b/php/config.nix index 7a82e6f..f36a945 100644 --- a/php/config.nix +++ b/php/config.nix @@ -68,6 +68,8 @@ utils.mkConfigFile { error_log = syslog syslog.ident = php + cgi.fix_pathinfo=1 + post_max_size = 8M auto_prepend_file = "${if prependFile == null then "" else prependFile}"