Skip to content

Commit

Permalink
ci(SW-27127): add index for update (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalThesing authored Jul 27, 2023
1 parent 2d05cac commit 822b133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion running/rootfs/etc/nginx/global/shopware.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ location /recovery/install {
}

location /recovery/update/ {
index index.php;
location /recovery/update/assets {
}

if (!-e $request_filename){
rewrite . /recovery/update/index.php last;
}
Expand Down Expand Up @@ -181,4 +183,4 @@ location ~ \.php$ {

## Set $fpm_upstream in your server block
fastcgi_pass $fpm_upstream;
}
}

0 comments on commit 822b133

Please sign in to comment.