摘要:
在对nginx添加fastCGI的支持后,然后进行php页面验证,居然报错File not found,查看日志显示 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstrea 阅读全文
摘要:
查看当前openssl版本 ]# nginx -V nginx version: nicai/1.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS 阅读全文
摘要:
Nginx 四层访问控制 访问控制基于模块ngx_http_access_module实现,可以通过匹配客户端源IP地址进行限制。 location /about { alias /data/nginx/html/pc; index index.html; deny 192.168.1.1; all 阅读全文