Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 395 Bytes

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.