Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nginx max file upload size

#just need to set these params in php-from file: /etc/php/7.2/fpm/php.ini
upload_max_filesize = 100M
post_max_size = 100M

#may need to increase this param in /etc/nginx/nginx.conf if its exists as is limited
client_max_body_size 100m;
Source by scaledynamix.com #
 
PREVIOUS NEXT
Tagged: #nginx #max #file #upload #size
ADD COMMENT
Topic
Name
7+6 =