29 lines
831 B
INI
29 lines
831 B
INI
PHP configuration (php.ini)
|
|
memory_limit....................: 512M
|
|
max_execution_time..............: 180
|
|
upload_max_filesize.............: 64M
|
|
post_max_size...................: 513M
|
|
mbstring.func_overload..........: 0
|
|
always_populate_raw_post_data...: -1
|
|
default_charset.................: 'UTF-8'
|
|
output_buffering................: off
|
|
|
|
apcu:
|
|
apc.enable_cli = 1
|
|
|
|
|
|
## - Notice:
|
|
## -
|
|
## - You can set cloud spezific php settings in file ".user.ini":
|
|
## - upload_max_filesize=2G
|
|
## - post_max_size=2G
|
|
## - memory_limit=512M
|
|
## - mbstring.func_overload=0
|
|
## - always_populate_raw_post_data=-1
|
|
## - default_charset='UTF-8'
|
|
## - output_buffering=0
|
|
## -
|
|
## - making this file (.user.ini) writable by webserver user, you can
|
|
## - set some values as "upload_max_filesize" in admin area.
|
|
## -
|