Solve the error of Nginx 413 (request entity too large)
Error reporting reason:
the request body is too large. The default upload file size in the nginx configuration file is 1m. You need to modify the upload file size configuration in the configuration file
in the Nginx directory,
find the conf folder,
open the Nginx.conf file
add the following code to HTTP {…}
http{
#upload the file size
client_max_body_size 1024m;
}
After modifying the configuration file, restart Nginx
Restart command: Nginx – s reload
Read More:
- [Solved] nodejs Error: request entity too large
- [Solved] Nginx Error: 400 Request Header Or Cookie Too Large
- .Net Core 5.0 Upload File limit via Swagger Api report error: error: request entity too large [Three Methods]
- [Solved] ES Query SIZE too large Error: ENTITY CONTENT IS TOO LONG [105539255] FOR THE CONFIGURED BUFFER LIMIT [104857600]
- Grafana Error: 414 Request-URI Too Large [How to Solve]
- [Solved] Browser Access Error: Request Header or Cookie too large
- [How to Solve] java.lang.IllegalArgumentException: Request header is too large
- [Solved] ELK Log System Error: “statusCode“:429,“error“:“Too Many Requests“,“message“ Data too large
- [Solved] Nginx Request 500 Error: CreateFile() “/temp/client_body_temp/0000000013” failed (5: Access is denied)
- How to Solve Nginx cross compilation Error
- Error in plot.new() : figure margins too large
- How to Solve Cocos creator label text is too many error
- [Solved] sqoop Error: jSQLException in nextKeyValue Caused by: ORA-24920:column size too large for client
- Nginx Container Error: nginx: [emerg] mkdir() “/var/cache/nginx/client_temp“ failed (13: Permission denied)
- Nginx: How to Use Error_Page
- [Nginx] Configure nginx to support websocket to solve the problem of returning 400 error
- [Solved] Playbook Start Nginx Error: Unable to start service nginx: Job for nginx.service fd with error code
- [Solved] zabbix Error: Cannot perform request: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small
- [Solved] Windows Nginx Startup Error: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket
- [Solved] Docker Start nginx error: driver failed programming external connectivity on endpoint nginx