Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 POST API,它返回给我一个巨大的数据响应。当我尝试发出 POST 请求时,会在没有任何信息的情况下引发白屏错误。
但是,当我减少要返回的数据量时,响应符合预期。
我正在使用 Ubuntu 14.04 服务器、PHP 5.6 和 Nginx 1.9。
我的执行时间、post_max_time 等都设置为高值。