Изменить 'openresty.conf'

This commit is contained in:
2021-02-21 20:37:42 +00:00
parent 7bb89e9e7e
commit 0948cfbf38

View File

@ -42,9 +42,6 @@ http {
include https.conf;
include octobercms.conf;
include staticfiles.conf;
location ~ ^/backend {
client_max_body_size 10M;
}
location ~ ^/(index|t).php {
fastcgi_pass fpm;
include fastcgi_params;