From f057d3084daad24e5bf17df6d70dfc07bfa35243 Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Tue, 27 Aug 2024 15:37:56 +0200 Subject: [PATCH] fix: use public folder --- images/shopware/etc/nginx/http.d/default.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;