chrome net::ERR_CONNECTION_RESET 错误
服务器:nginx fastcgi php
浏览器:chrome
报错:net::ERR_CONNECTION_RESET
修改nginx.conf, 在http { } 配置里添加 client_max_body_size 128m; 这个大小适量调一下就好了
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。
服务器:nginx fastcgi php
浏览器:chrome
报错:net::ERR_CONNECTION_RESET
修改nginx.conf, 在http { } 配置里添加 client_max_body_size 128m; 这个大小适量调一下就好了