Nginx简单配置反向代理 HTTP server { listen 80; server_name xxx.com; location / { proxy_pass http://mubiao.c… 2018-6-09 19:12 | 0 | 服务器 2 字 | 几秒读完 nginx
Nginx支持WP Super Cache纯静态配置 添加到站点conf文件中,如果不配置的话,访问时不会访问到wp super cache生成的html纯静态文件。 # Rest of your config lines … 2015-7-27 0:08 | 0 | Web 49 字 | 几秒读完 apachenginx