Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Nginx + “client intended to send too large body” – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Nginx + “client intended to send too large body”

Bu hatayi almanizdaki neden gondermis oldugunuz icerigin nginx’in kabul ettiginin ustunde olmasindadir. nginx.conf dosyasinda http taglari arasina client_max_body_size = 30M ekleyip nginx ‘i restart etmelisiniz.
vim /etc/nginx/nginx.conf
http {
    client_max_body_size 30M;
...
...
}
/etc/init.d/nginx restart

Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58