world_alive2019年6月28日2025年7月8日Nginx Nginx Purge清除(proxy_cache)缓存配置Nginx 清除proxy_cache 缓存 之 ngx_cache_purge模块 ngx_cache_pu 继续阅读
world_alive2019年6月28日2025年7月8日Apache, Nginx 站点限制 IP 访问Nginx 在该站的nginx conf 配置 Server 中: allow 221.226.1 继续阅读
world_alive2018年11月2日2025年7月8日Linux, Nginx Nginx css js 格式不正确location ~ \.css { add_header Content-Type text/css; } 继续阅读
world_alive2017年7月14日2025年7月8日CentOS, Nginx CentOS7 yum 安装 Nginx最新版本下载对应当前系统版本的nginx包(package) # wget http://nginx.org/pack 继续阅读
world_alive2017年3月29日2025年7月8日Nginx, PHP windows 下使用Nginx替代apache作为服务器windows 下使用Nginx替代apache作为服务器 Or Nginx + Apache + PHP 首 继续阅读
world_alive2016年11月17日2025年7月8日Nginx nginx 301 跳转server { server_name 88885345.com; rewrite ^/(.*) http: 继续阅读
world_alive2016年9月22日2025年7月8日Debain, Nginx Debain7 编译安装 NginxDebain 编译安装 Nginx 和 CentOS 下编译 Nginx 没什么差别 , 重点在于与之依赖的 继续阅读
world_alive2016年9月22日2025年7月8日Debain, Nginx Debian7/8安装最新的nginx稳定版本 apt-getapt-get install nginx 就可以安装nginx,但是这样安装的nginx版本都有些旧,就连最 继续阅读