├── LICENSE ├── README.md ├── conf.d └── upstream.conf ├── fastcgi.conf ├── global └── shopware.conf ├── mime.types ├── nginx.conf ├── sites-available └── example.com.conf └── sites-enabled └── .gitkeep /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/README.md -------------------------------------------------------------------------------- /conf.d/upstream.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/conf.d/upstream.conf -------------------------------------------------------------------------------- /fastcgi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/fastcgi.conf -------------------------------------------------------------------------------- /global/shopware.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/global/shopware.conf -------------------------------------------------------------------------------- /mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/mime.types -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/nginx.conf -------------------------------------------------------------------------------- /sites-available/example.com.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcremer/shopware-with-nginx/HEAD/sites-available/example.com.conf -------------------------------------------------------------------------------- /sites-enabled/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------