Skip to content

hdtvspace/nginx-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-performance

Tuning your wordpress site for speed with a very fast nginx web server.

The path for fastcgi_cache, client_body_temp_path are using the fast tmpfs in RAM under /run.

To create these directories on server startup:

--> /etc/tmpfiles.d/nginx.conf

d /run/nginx 0775 root root - - d /run/nginx-tmp 0775 root root - -

Also /var/run is a link to /run in most distributions.