Nginx共2篇

nginx 服务频繁出现502

如果偶尔出现502,回源时间很小,需要检查源服务器nginx的keepalive_timeout是否大于50s 
7个月前
0388

nginx 反向代理后台转发 配置

#user nobody; worker_processes 4; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024...
3年前
0940