ming 8月 24, 2020 5 min read SLB、CDN通过nginx,apache获取用户真实IP地址 配置Nginx服务器 执行如下命令,安装http_realip_module。 wget http://ngi… Read more...
ming 9月 27, 2019 5 min read Nginx ngx_http_mirror_module流量(请求)复制 原文链接:nginx mirroring tips and tricks 最近我在研究 Nginx 1.13…. Read more...
ming 4月 15, 2018 1 min read 在Nginx安装配置ssl证书 安装证书 文件说明: 1. 证书文件215002402530201.pem,包含两段内容,请不要删除任何一段内… Read more...
ming 2月 28, 2018 1 min read 解决nginx: [error] open() “/run/nginx.pid” failed (2: No such file or directory) 重启 nginx -s reload 遇到: nginx: [error] open() “/run/ngin… Read more...
ming 1月 19, 2018 1 min read nginx+php-fpm 对文件分段流下载报错分析和解决 下载大文件时候,以流的形式传输,当文件略大时报了这个错。 [crit] 26914#26914: *35000… Read more...
ming 1月 2, 2018 1 min read Nginx配置文件中php-fpm,fastcgi_pass的配置方案 Nginx和PHP-FPM的进程间通信有两种方式,一种是TCP,一种是UNIX Domain Socket. … Read more...
ming 11月 20, 2017 1 min read nginx常见问题的排查方法 nginx问题的排查方法 当出现直接超时、处理返回慢时的报警时,nigix侧的故障排查参考方法有如下: &nb… Read more...