22 lines
957 B
Django/Jinja
22 lines
957 B
Django/Jinja
upload_max_filesize = 16M
|
|
post_max_size = 16M
|
|
memory_limit = 192M
|
|
max_execution_time = 300
|
|
|
|
date.timezone = Europe/Berlin
|
|
default_charset = "UTF-8"
|
|
|
|
;Upload-Fortschritt
|
|
apc.rfc1867 = 1
|
|
|
|
{% if inventory_hostname == "kameradisten.ramus" or inventory_hostname == "kameradisten.ramus" %}
|
|
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_exec,passthru,system,proc_get_status,proc_close,proc_nice,proc_terminate,proc_open,curl_ini,parse_ini_file,show_source,dl,symlink,system_exec,exec,shell_exec,phpinfo
|
|
{% endif %}
|
|
|
|
display_errors = Off
|
|
|
|
;Empfohlene Einstellungen (pcc)
|
|
allow_url_fopen = Off
|
|
assert.active = Off
|
|
mail.add_x_header = Off
|
|
session.use_strict_mode = 1
|