1
0
Fork 0

fix pathinfo in php config

This commit is contained in:
ibizaman 2022-09-28 23:32:30 -07:00
parent dccf16115b
commit 9425b745bb

View file

@ -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}"