mirror of
https://codeberg.org/icewind/haze.git
synced 2026-08-02 12:14:46 +02:00
fix upload size
This commit is contained in:
parent
33b1fdcd6e
commit
664ae19e79
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ php.buildEnv {
|
||||||
|
|
||||||
memory_limit=512M
|
memory_limit=512M
|
||||||
|
|
||||||
post_max_size 10G
|
post_max_size=10G
|
||||||
upload_max_filesize 10G
|
upload_max_filesize=10G
|
||||||
|
|
||||||
apc.enable_cli=1
|
apc.enable_cli=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue