shopware-with-nginx icon indicating copy to clipboard operation
shopware-with-nginx copied to clipboard

Running shopware using NGINX

Results 8 shopware-with-nginx issues
Sort by recently updated
recently updated
newest added

If shopware is installed in a subfolder (as suggested by the shopware support for testing/help) a config for this scenario would be great. I think there are some pitfalls and...

enhancement

Hi @bcremer, thanks for your nginx configuration for Shopware! I noticed that some rules don't work, e.g. /themes/Gruntfile.js is accessible via HTTP despite [it's restricted](https://github.com/bcremer/shopware-with-nginx/blob/master/global/shopware.conf#L45-L48). The reason is there are...

At some point we experienced nginx timeouts, for example during product imports oder exports. I've added `fastcgi_read_timeout 300` into the global nginx config, which is enough for now. As PHP...

I had the idea of a Hardened Configuration what covers things like - Remove access to all folders except folders: themes, media, web - Add ip based whitelist to /backend...

I am using auto-renewal certificates from Let's encrypt for my shopware installations. The problem with this config is that it somehow blocks the access to the let's encrypt files. Any...

If Shopware is configured to include a `.html` suffix on product urls, they will not be accessible, because this configuration assumes that urls ending on `.html` are static files. Therefore...

Wenn ich in den Artikeleinstellungen unter ESD die gewünschte Datei auswähle und dann oben auf Datei herunterladen klicke werde ich auf folgende URL weitergeleitet und bekomme einen 404 not found:...

After merging PR #8 I was thinking about creating a variable for the esd key to get rid of the hardcoded value in `global/shopware.con`. ``` # sites-available/example.com.conf set $shopware_esd_key '552211cce724117c3178e3d22bec532ec';`...