nginx绩效
使用非常快速的NGINX Web服务器对WordPress网站调整速度。
fastcgi_cache的路径client_body_temp_path使用RAM /运行中的RAM中的快速TMPF。
在服务器启动上创建这些目录:
– > /etc/tmpfiles.d/nginx.conf
d /run /nginx 0775根 – d /run /nginx -tmp 0775 root root–
/ /var /run是大多数发行版中指向 /运行的链接。
使用非常快速的NGINX Web服务器对WordPress网站调整速度。
fastcgi_cache的路径client_body_temp_path使用RAM /运行中的RAM中的快速TMPF。
在服务器启动上创建这些目录:
– > /etc/tmpfiles.d/nginx.conf
d /run /nginx 0775根 – d /run /nginx -tmp 0775 root root–
/ /var /run是大多数发行版中指向 /运行的链接。
下载源码
通过命令行克隆项目:
git clone https://github.com/hdtvspace/nginx-performance.git
查看详情