1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00
This commit is contained in:
Éric Gaspar 2023-03-05 17:17:52 +01:00
parent 4a164bbc45
commit 032859c8d9
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
; Additional php.ini defines, specific to this pool of workers.
;php_admin_value[upload_max_filesize] = 50M
;php_admin_value[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 50M
php_admin_value[post_max_size] = 50M

View file

@ -7,7 +7,7 @@ location __PATH__/ {
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 10M;
client_max_body_size 50M;
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }