mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 16:33:30 +08:00
.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#{"rootDirectory":"public","phpVersion":"8.2"}
|
#{"rootDirectory":"","phpVersion":"8.2"}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
@@ -23,6 +23,7 @@ server {
|
|||||||
|
|
||||||
{{settings}}
|
{{settings}}
|
||||||
|
|
||||||
|
rewrite ^/public/installer /public/index.php last;
|
||||||
location ~/shopware-installer.phar.php/ {
|
location ~/shopware-installer.phar.php/ {
|
||||||
try_files $uri $uri/ /shopware-installer.phar.php?$args;
|
try_files $uri $uri/ /shopware-installer.phar.php?$args;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user