fix pathinfo in php config
This commit is contained in:
parent
dccf16115b
commit
9425b745bb
1 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue