Answers:
您应该可以使用以下方法执行此操作:
server {
server_name example.com;
client_max_body_size 10m; # or whatever size limit you want
error_page 413 /custompage.html; # you can also use a named location here if you like
}
关于@quanta post,您也可以在php中放置一个较低的值,并使用php显示错误并正确进行重定向。也可以用其他脚本语言制作:-)