All Projects → bcremer → Shopware With Nginx

bcremer / Shopware With Nginx

Licence: bsd-2-clause
Running shopware using NGINX

Labels

Projects that are alternatives of or similar to Shopware With Nginx

Fxshop
基于SpringBoot+SpringCloud微服务的商城项目(demo版 不可用于生产)
Stars: ✭ 82 (-10.87%)
Mutual labels:  nginx
Lua Resty Route
URL Routing Library for OpenResty Supporting Pluggable Matching Engines
Stars: ✭ 88 (-4.35%)
Mutual labels:  nginx
Autom8n
AUTOM8N is a WHM/cPanel plugin providing a DNS load-balanced, high available, horizontally scaling webstack and offering active-active-redundancy-high-availability-and-native-nginx-on-cpanel
Stars: ✭ 90 (-2.17%)
Mutual labels:  nginx
Docker Graphite
Graphite + Carbon in a docker image
Stars: ✭ 82 (-10.87%)
Mutual labels:  nginx
Docker Cloud Platform
使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 86 (-6.52%)
Mutual labels:  nginx
Ubuntu Nginx Web Server
EasyEngine/WordOps optimized configuration on Ubuntu 16/18.04 LTS
Stars: ✭ 90 (-2.17%)
Mutual labels:  nginx
Docker Nginx Image Proxy
on the fly image cropping with gravity, resize and compression microservice
Stars: ✭ 79 (-14.13%)
Mutual labels:  nginx
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-1.09%)
Mutual labels:  nginx
Docker Lemp
🐳 Docker 快速搭建 LEMP 开发环境
Stars: ✭ 87 (-5.43%)
Mutual labels:  nginx
Docker Alpine Php Fpm
Docker image for php-fpm based on alpine linux that makes it small
Stars: ✭ 90 (-2.17%)
Mutual labels:  nginx
Nginx Prometheus Metrics
A production demo to collect prometheus metrics for nginx with lua embedded.
Stars: ✭ 84 (-8.7%)
Mutual labels:  nginx
Taiga Docker
[NOT MAINTAINED] Taiga project management platform for Docker
Stars: ✭ 85 (-7.61%)
Mutual labels:  nginx
Lua Resty Redis Util
openresty/lua-resty-redis 封装工具类
Stars: ✭ 90 (-2.17%)
Mutual labels:  nginx
Vouch Proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
Stars: ✭ 1,239 (+1246.74%)
Mutual labels:  nginx
Docker Symfony
🐳 A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
Stars: ✭ 1,305 (+1318.48%)
Mutual labels:  nginx
Pcp
PCP: Clojure Processor -- A Clojure replacement for PHP
Stars: ✭ 80 (-13.04%)
Mutual labels:  nginx
Ngr
A high-performance & enterprise-class edge gateway middleware
Stars: ✭ 89 (-3.26%)
Mutual labels:  nginx
Docker Librenms
Docker image for LibreNMS
Stars: ✭ 91 (-1.09%)
Mutual labels:  nginx
Server Configs Nginx
Nginx HTTP server boilerplate configs
Stars: ✭ 9,457 (+10179.35%)
Mutual labels:  nginx
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-3.26%)
Mutual labels:  nginx

Nginx configuration for running Shopware

This is an example configuration for running Shopware using nginx. Which is a high-performance non-blocking HTTP server.

This configuration is heavily inspired by perusio's drupal-configuration.

Warning

Please only use nginx if you know what you are doing. Shopware AG provides no support for running nginx as appserver. Also note that Shopware will not run faster with nginx. A properly configured apache webserver is in most cases as fast as nginx.

Compatibility

This configuration is tested with Shopware 5.1 or later.

Installation

  1. Move the old /etc/nginx directory to /etc/nginx.old.

  2. Clone the git repository from github:

    git clone https://github.com/bcremer/shopware-with-nginx.git /etc/nginx
    
  3. Setup the PHP-FPM upstream in conf.d/upstream.conf

  4. Edit or copy the sites-available/example.com.conf configuration file to suit your requirements.

  5. Enable your site configuration

    ln -s ../sites-available/example.com.conf /etc/nginx/sites-enabled/
    
  6. Reload nginx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].