grenagit
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
conf/extra_php-fpm.conf
|
|
@ -1,4 +1,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
; Report an old fix (PATH warning) |
|
|
|
|
|
env[PATH] = $PATH |
|
|
; Additional php.ini defines, specific to this pool of workers. |
|
|
; Additional php.ini defines, specific to this pool of workers. |
|
|
php_value[upload_max_filesize] = 10G |
|
|
php_value[upload_max_filesize] = 10G |
|
|
php_value[post_max_size] = 10G |
|
|
php_value[post_max_size] = 10G |
|
|
|