This commit is contained in:
Stefan Wieczorek
2023-05-08 14:39:59 +02:00
parent f4d09a31ec
commit 9b09a0f01f

View File

@@ -1,4 +1,4 @@
#{"rootDirectory":"public","phpVersion":"8.2"}
#{"rootDirectory":"","phpVersion":"8.2"}
server {
listen 80;
listen [::]:80;
@@ -23,6 +23,7 @@ server {
{{settings}}
rewrite ^/public/installer /public/index.php last;
location ~/shopware-installer.phar.php/ {
try_files $uri $uri/ /shopware-installer.phar.php?$args;
}