-
Nginx – Cache
Using caching with Nginx could be a handfull but make a huge difference when it comes to performance on a webpage. This one included.The method I use is fastcgi. If you only have one site to cache on your server, you put the following four lines in the very top of the vhost config-file. If…