Shopware 6

Discussion in 'ISPConfig 3 Priority Support' started by planet_fox, Oct 6, 2022.

  1. planet_fox

    planet_fox Member HowtoForge Supporter

    Hi
    is that the right Snippet for a Installation and running of a Shopware 6 Shop on ISPCONFIG3 / nginx
    Code:
    ##subroot public##
    
    location / {
            try_files $uri $uri/ /shopware.php$is_args$args;
        }
    
        location /recovery/install {
          index index.php;
          try_files $uri /recovery/install/index.php$is_args$args;
        }
    
        location /recovery/update {
          index index.php;
          try_files $uri /recovery/update/index.php$is_args$args;
        }
      
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I don't run Shopware, so not sure. Test it ;)
     

Share This Page