Files

13 lines
453 B
INI

; Bypass /tmp tmpfs (987MB) for large video/audio uploads.
; /tmp defaults to a small tmpfs; this points PHP's upload temp
; directory to the storage partition which has 20GB free.
upload_tmp_dir = /var/www/xamxam/storage/tmp/php-uploads
; These mirror the nginx fastcgi_param PHP_VALUE overrides
; as a belt-and-suspenders safety net.
upload_max_filesize = 8192M
post_max_size = 8192M
memory_limit = 256M
max_execution_time = 600
max_input_time = 600