The page you are looking for is temporarily unavailable.Please try again later.

nginx+php-fpm出现如下错误:

The page you are looking for is temporarily unavailable.Please try again later.

网上有多种解决方法,试了许多不管事,后来想到可能是在nginx中设置了limit_conn的原因,搜索一下,看到这篇文章有了思路,nginx.conf中设置如下,问题解决。

limit_zone one $binary_remote_addr 10m;
limit_conn one 10;

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据