Skip to content

Instantly share code, notes, and snippets.

View moustacherepublic's full-sized avatar

moustacherepublic

  • Moustache Republic
  • New Zealand
View GitHub Profile
@moustacherepublic
moustacherepublic / magento-nginx.conf
Created July 28, 2016 04:34 — forked from gwillem/magento-nginx.conf
Battle-tested Nginx configuration for Magento (source: www.hypernode.com)
# This is an annotated subset of the Nginx configuration from our Magento production platform @ www.hypernode.com
# See https://www.byte.nl/blog/magento-cacheleak-issue
# !!!! If you are a Hypernode customer, do not use this config as it will result in duplicate statements. !!!!!
user app;
worker_processes 4;
pid /var/run/nginx.pid;
events {
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated with https://github.com/barryvdh/laravel-ide-helper
* Updated for Laravel 4.1.28 (2014-04-17)
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
*/
namespace {