Nginx
-
🧠處理包含 *(星號)的萬用字元
解決方法有兩個: 1. 使用引號包裹路徑(最直接) 將路徑用單引號括起來,告訴 Linux 這是「字串」而不是「搜尋規則」。同時,ln 的目標路徑(Target)如果…… -
nginx/iptables动态IP黑白名单实现方案
from:编程猎人 一、手动封IP步骤 1.Nginx手动封IP 1.获取各个IP访问次数 awk '{print $1}' nginx.access.log |sort |uniq -c|sort -n 2.新建一个黑…… -
nginx使用GeoIP限制访问并支持白名单
from:阅心笔记 要使用GeoIP,需要重新编译Nginx,我的系统是centos6.5,nginx用的是tengine,需要的软件包:gcc、gcc-c++、 openssl、 openssl-devel、geoIP …… -
-
泛域名证书申请
常用组件及软件包 ##Debian安装命令### apt-get update && apt-get install unzip zip wget curl mc nano sudo ufw socat ntp ntpdate gcc git vim s…… -
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…… -
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…… -
Nginx SNI分流(端口复用)
Nginx 配置Nginx SNI 由于默认安装的Nginx不会构建http_realip及stream_ssl_preread模块,需手动添加--with-http_realip_module --with-stream_ssl_pre……
