mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use error log and log errors to /tmp/PHP_errors.log
This commit is contained in:
parent
9a15e394d1
commit
baa2dba203
@ -166,6 +166,10 @@ html_errors = Off
|
||||
zlib.output_compression = Off
|
||||
zlib.output_compression_level = 1
|
||||
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
|
||||
display_startup_errors=off
|
||||
display_errors=off
|
||||
log_errors=on
|
||||
error_log=/tmp/PHP_errors.log
|
||||
extension_dir=${EXTENSIONSDIR}
|
||||
|
||||
; Extensions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user