mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-05 10:59:42 +08:00
Create .user.ini
This commit is contained in:
parent
7bd1db407e
commit
d0760aeb3f
8
root/usr/share/webapps/lychee/php/.user.ini
Normal file
8
root/usr/share/webapps/lychee/php/.user.ini
Normal file
@ -0,0 +1,8 @@
|
||||
; Uncomment these lines to change PHP parameters if you are using PHP with CGI or FastCGI. Only works with PHP starting from 5.3.0.
|
||||
; Note that with FastCGI, you might also want to set FcgidBusyTimeout, FcgidIOTimeout and FcgidMaxRequestLen in your Apache config
|
||||
|
||||
max_execution_time = 200
|
||||
post_max_size = 200M
|
||||
upload_max_size = 200M
|
||||
upload_max_filesize = 20M
|
||||
max_file_uploads = 200
|
||||
Loading…
x
Reference in New Issue
Block a user