php.ini
display_errors = On max_execution_time = 40000 max_input_time = 40000 max_input_vars = 40000 memory_limit = 5000M post_max_size = 5000M upload_max_filesize = 5000M zlib.output_compression = Offnginx ayarımda . bu şekilde
http {
client_max_body_size 5000M;
server_tokens off;
include /etc/nginx/conf.d/*.conf;
}
ama hala 500 mblık dosyay yüklerken 413 Request Entity Too Large lütfen bu konuda yardımcı olabilecek biri var mı ?