• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Perfect Ubuntu 20 Nginx Web Server

@simplysexyboy hi, how to solve this? i already change the fpm php.ini to 128m but still get error, i also followed the instructions like add in wp function.php but still get error. i hope you can solve it thanks :)

error 413.PNG
 
go to your - /etc/nginx/nginx.conf

NGINX:
   client_max_body_size 100M;

add this code to nginx Server block

then restart nginx and PHP fpm.

sudo systemctl reload nginx
sudo systemctl reload php7.4-fpm


Yoi can also make this command prefred quick alians
Go to your home directoy
cd
sudo nano .bashrc
find the alias line and add the below

alias ngt='sudo nginx -t'
alias ngr='sudo systemctl reload nginx'
alias fpmr='sudo systemctl reload php7.4-fpm'
alias rr='sudo systemctl restart redis'
alias mdr='sudo systemctl restart mariadb'
alias upt='sudo apt update'
alias upg='sudo apt upgrade'
alias rb='sudo reboot'

After run this command
~/.bashrc

now you can use
ngr - reload nginx
fpmr -reload PHP fpm
 
  • Love
Reactions: jong07
go to your - /etc/nginx/nginx.conf

NGINX:
   client_max_body_size 100M;

add this code to nginx Server block

then restart nginx and PHP fpm.

sudo systemctl reload nginx
sudo systemctl reload php7.4-fpm


Yoi can also make this command prefred quick alians
Go to your home directoy
cd
sudo nano .bashrc
find the alias line and add the below

alias ngt='sudo nginx -t'
alias ngr='sudo systemctl reload nginx'
alias fpmr='sudo systemctl reload php7.4-fpm'
alias rr='sudo systemctl restart redis'
alias mdr='sudo systemctl restart mariadb'
alias upt='sudo apt update'
alias upg='sudo apt upgrade'
alias rb='sudo reboot'

After run this command
~/.bashrc

now you can use
ngr - reload nginx
fpmr -reload PHP fpm
haha yes! you solved it. Thank you very much also for additional instruction very important.
 
  • Like
Reactions: simplysexyboy
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock