2025-03-26
2025-03-26 ~ 2025-03-30
点解此处查看视频教程 当你的网站使用多层Nginx代理(如CDN + 负载均衡 + 后端服务器),客户端真实IP总是被覆盖?日志里全是代理服务器的IP?我们应该如何在这种
2025-03-16
2025-03-16 ~ 2025-03-25
必要的依赖包 1 apt -y install libpcre3 libpcre3-dev openssl libssl-dev zlib1g-dev gcc make 下载并解压 1 2 3 cd /usr/local/src/ wget https://nginx.org/download/nginx-1.24.0.tar.gz tar xf nginx-1.24.0.tar.gz 编译安装 1 2 3 cd nginx-1.24.0/ ./configure –prefix=/usr/local/nginx –user=nobody –group=nobody –with-stream –with-http_realip_module –with-http_stub_status_module –with-http_sub_module –with-http_ssl_module –with-http_v2_module –with-http_flv_module –with-http_stub_status_module –with-http_gzip_static_module –with-pcre –with-debug –with-stream_ssl_module –with-compat –with-http_dav_module make && make install 启动文件 1 2 3 4 5 6 7 8 9 10 11 12 13
2025-02-26
2025-02-26 ~ 2025-03-03
点解此处查看视频教程 前言:为何要关注这个斜杠? 在Nginx的代理配置中,proxy_pass指令后的路径是否包含斜杠,直接影响着请求的最终转发路径。许多开发者都
2023-11-16
2023-11-16 ~ 2025-02-10
自动证书管理环境(英语:Automatic Certificate Management Environment,缩写 ACME)是一种通信协议,用于证书颁发机构与其用户的 Web 服务器之间的自动化交互,允许以极