I run some shopware 6.4.x shops.
However, these are running on an nginx server.
Since I would like to continue running nginx, I wanted to ask if there are already configuration templates for nginx.
I have tried to rewrite the .htaccess into a nginx config.
But I didn’t manage to translate this part correctly:
RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.)::2$
RewriteRule ^(.) – [E=BASE:%1]
2
Answers
This is the nginx configuration I already have in use. However, this does not work with the new Shopware 6.5 installation using shopware-installer.phar.php.