diff --git a/images/shopware/etc/nginx/http.d/default.conf b/images/shopware/etc/nginx/http.d/default.conf index 5d47915..757a4cb 100644 --- a/images/shopware/etc/nginx/http.d/default.conf +++ b/images/shopware/etc/nginx/http.d/default.conf @@ -1,6 +1,7 @@ server { - root /var/www/html; + # Shopware installs in a subdirectory /public by default + root /var/www/html/public; index index.php;