18 lines
390 B
INI
18 lines
390 B
INI
|
|
; Production PHP settings
|
||
|
|
display_errors = Off
|
||
|
|
display_startup_errors = Off
|
||
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||
|
|
log_errors = On
|
||
|
|
error_log = /var/log/php/error.log
|
||
|
|
|
||
|
|
memory_limit = 256M
|
||
|
|
max_execution_time = 60
|
||
|
|
max_input_time = 60
|
||
|
|
post_max_size = 64M
|
||
|
|
upload_max_filesize = 64M
|
||
|
|
|
||
|
|
expose_php = Off
|
||
|
|
session.cookie_httponly = 1
|
||
|
|
session.cookie_secure = 1
|
||
|
|
session.use_strict_mode = 1
|