1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-08-02 04:04:44 +02:00

fix upload size

This commit is contained in:
Robin Appelman 2026-06-10 17:48:19 +02:00
commit 664ae19e79

View file

@ -15,8 +15,8 @@ php.buildEnv {
memory_limit=512M
post_max_size 10G
upload_max_filesize 10G
post_max_size=10G
upload_max_filesize=10G
apc.enable_cli=1
opcache.enable_cli=1