mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
16 lines
405 B
INI
16 lines
405 B
INI
output_buffering = "0"
|
|
implicit_flush = true
|
|
magic_quotes_gpc = Off
|
|
max_execution_time = 99999999
|
|
max_input_time = 99999999
|
|
register_argc_argv = Off
|
|
file_uploads = On
|
|
upload_tmp_dir = /tmp
|
|
upload_max_filesize = 90M
|
|
post_max_size = 90M
|
|
html_errors = Off
|
|
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
|
|
apc.enabled="1"
|
|
apc.enable_cli="1"
|
|
apc.shm_size="30"
|
|
extension=apc.so |