Skip to content

Commit 6135bd6

Browse files
committed
Merge remote-tracking branch 'ogresCE/MAGETWO-43256-updater-nginx' into PR_Branch
2 parents 293ba1e + be34306 commit 6135bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ location /update {
4949
root $MAGE_ROOT;
5050

5151
location ~ ^/update/index.php {
52+
fastcgi_split_path_info ^(/update/index.php)(/.+)$;
5253
fastcgi_pass fastcgi_backend;
5354
fastcgi_index index.php;
5455
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
56+
fastcgi_param PATH_INFO $fastcgi_path_info;
5557
include fastcgi_params;
5658
}
5759

0 commit comments

Comments
 (0)