1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

fix upload limit

This commit is contained in:
ewilly 2016-04-04 22:00:01 +02:00
parent 0ea422e699
commit ed9b0d9720

View file

@ -13,6 +13,7 @@ location YNH_EXAMPLE_PATH {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param PHP_VALUE "upload_max_filesize = 2G \n post_max_size=2.1G";
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;