* increase php default max post & upload size & set appropriate config option in default nginx config

This commit is contained in:
2022-08-10 13:29:27 +03:00
parent c11eb7bf7c
commit 9bc71f7b2d
3 changed files with 6 additions and 3 deletions

View File

@ -27,6 +27,7 @@ server {
#@see https://vcs.wpstudio.ru/wpstudio/nginx-examples
include includes.d/octobercms.conf;
include includes.d/staticfiles.conf;
client_max_body_size 300M;
location ~ ^/index.php {
fastcgi_pass php74;
include fastcgi_params;