Jump to content

Nginx configuration for Multistore


Henrik41

Recommended Posts

Hi there,

    I installed Prestashop 1.7.5 and configured it correctly using Nginx as my server. However, when I setup Multistore no images of products appears (404). My man shop has no issues with product images.

I presume it is the configuration of Nginx. 

I am doing this for my abcd shop:

location /abcd/ {
    rewrite ^/abcd/(.*)$ /$1 last;
    try_files $uri $uri/ /index.php?$args;
}

Anyone has setup Nginx with Multistore configuration? If so can you please share your Nginx configurations?

Many thanks

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...