Following line does't have /products.* page. This tells Nginx to cache all product pages by default.
Idea is fast loading product pages will improve scalability of a store and also conversion.
Following line does't have /products.* page. This tells Nginx to cache all product pages by default.
Idea is fast loading product pages will improve scalability of a store and also conversion.
| # hhvm - HipHop VM | |
| # | |
| # The HipHopVM server provides a high performance PHP stack and web server. | |
| # modified by pjv from original found here: http://stackoverflow.com/questions/19013516/upstart-script-for-hhvm-hiphop | |
| description "HHVM server" | |
| author "pjv https://gist.github.com/pjv/2e9ab32d8d9884bf79a4" | |
| start on filesystem or runlevel [2345] | |
| stop on runlevel [!2345] |