It's my first time to use WordPress using laravel forge. I already installed WordPress but the thing is when I upload a new theme .zip file, I notice that the upload is running but after that it says:
413 Request Entity Too Large
Tried also changing these lines below inside site FPM Configuration
memory_limit = 256M
pload_max_filesize = 50M
post_max_size = 60M
I think I need to set the filesize capacity on nginx but I don't know where it's lcoated . Any help would be much appreciated. Thanks!