Horje
how to increase nginx maximum file upload size Code Example
how to increase nginx maximum file upload size
sudo nano /etc/nginx/nginx.conf
# edit/add the following line 
client_max_body_size 8M; # put the size that is enough
sudo nano /etc/php/php.ini
# edit the following
upload_max_filesize=8M # also put what is enough




Shell

Related
uninstall qt creator ubuntu Code Example uninstall qt creator ubuntu Code Example
git remote url Code Example git remote url Code Example
how to download gitkraken in ubuntu Code Example how to download gitkraken in ubuntu Code Example
uninstall npm ubuntu Code Example uninstall npm ubuntu Code Example
reinit gitignore Code Example reinit gitignore Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19