1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

disable request buffering in image

This commit is contained in:
Robin Appelman 2025-07-29 17:08:29 +02:00
commit 1295f0d0dd
2 changed files with 6 additions and 0 deletions

View file

@ -47,6 +47,9 @@ in
memory_limit=512M
post_max_size 10G
upload_max_filesize 10G
apc.enable_cli=1
opcache.enable_cli=1
'';