./configurate --prefix=/app/tengine --user=www --group=www --with-http_v2_module --with-http_ssl_module --with-http_gzip_static_module --with-http_rea ...
分类:
其他好文 时间:
2018-08-15 20:39:44
阅读次数:
193
如果nginx被攻击或者访问量突然变大,nginx会因为负载变高或者内存不够用导致服务器宕机,最终导致站点无法访问。解决方法是利用淘宝开发的模块nginx-http-sysguard,主要用于当负载和内存达到一定的阀值之时,会执行相应的动作,比如直接返回503,504或者其他的.一直等到内存或..
分类:
其他好文 时间:
2017-08-02 22:00:42
阅读次数:
1334