2025-11-04
This commit is contained in:
parent
e4eaf6404a
commit
66397de267
101 changed files with 2573 additions and 58 deletions
14
containers/conf/php.ini
Executable file
14
containers/conf/php.ini
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
allow_url_fopen = 0
|
||||
allow_url_include = 0
|
||||
cgi.fix_pathinfo = 0
|
||||
display_errors = 0
|
||||
display_startup_errors = 0
|
||||
expose_php = 0
|
||||
file_uploads = On
|
||||
max_execution_time = 600
|
||||
max_input_time = 600
|
||||
max_input_vars = 2000
|
||||
memory_limit = 1024M
|
||||
post_max_size = 32M
|
||||
register_globals = Off
|
||||
upload_max_filesize = 32M
|
||||
Loading…
Add table
Add a link
Reference in a new issue