搜索内容

Nginx
  • nginx/iptables动态IP黑白名单实现方案
    Daily

    nginx/iptables动态IP黑白名单实现方案

    from:编程猎人 一、手动封IP步骤 1.Nginx手动封IP 1.获取各个IP访问次数 awk '{print $1}' nginx.access.log |sort |uniq -c|sort -n 2.新建一个黑……
    yxbinghe 2022年3月4日
  • nginx使用GeoIP限制访问并支持白名单
    Nginx

    nginx使用GeoIP限制访问并支持白名单

    from:阅心笔记 要使用GeoIP,需要重新编译Nginx,我的系统是centos6.5,nginx用的是tengine,需要的软件包:gcc、gcc-c++、 openssl、 openssl-devel、geoIP ……
    yxbinghe 2022年3月4日
  • Nginx动态添加访问白名单
    Nginx

    Nginx动态添加访问白名单

    https://www.nixops.me/articles/nignx-add-ip-whitelist-on-demand.html
    yxbinghe 2022年3月4日
  • 泛域名证书申请
    Nginx

    泛域名证书申请

    常用组件及软件包 ##Debian安装命令### apt-get update && apt-get install unzip zip wget curl mc nano sudo ufw socat ntp ntpdate gcc git vim s……
    yxbinghe 2022年2月26日
  • Failed to parse PID from file
    Nginx

    Failed to parse PID from file

    How to fix the NGINX error “Failed to read PID from file”, quick and easy 以下是有关如何修复错误消息的提示: nginx.service: Failed to read PI……
    yxbinghe 2022年2月21日
  • Nginx

    How To Configure Nginx to use TLS 1.2 / 1.3 only

    How do I enable and configure TLS 1.2 and 1.3 only in Nginx web server?TLS is an acronym for Transport Layer Security. It is cryptographic protocol……
    yxbinghe 2022年1月26日
  • Nginx SNI分流(端口复用)
    Nginx

    Nginx SNI分流(端口复用)

    Nginx 配置Nginx SNI 由于默认安装的Nginx不会构建http_realip及stream_ssl_preread模块,需手动添加--with-http_realip_module --with-stream_ssl_pre……
    yxbinghe 2022年1月19日