
1 Sornets OP 配置没有排好版: nginx: keepalive_timeout:60 php: max_input_time=300 max_execution_time=300 post_max_size=300M upload_max_filesize=300M default_socket_timeout=60 ueditor: 没有见到有时间相关的配置项 |
2 gouchaoer 2016 年 12 月 29 日 via Android |
4 lslqtz 2016 年 12 月 29 日 @Sornets ERR_CONNECTION_RESET 感觉是 Nginx 的问题。 fastcgi_connect_timeout 600; 链接 fastcgi_read_timeout 600; 读取 fastcgi_send_timeout 600; 发请求 网上抄了一段,建议你试试看在内网传文件试试看。 |
5 lslqtz 2016 年 12 月 29 日 PHP 下也可以使用命令行,不依赖 Nginx 判断问题。 -S 参数指定监听地址和端口,<addr>:<port> -t 参数指定目录 |
6 yylzcom 2016 年 12 月 30 日 Nginx: client_max_body_size 25m; |