Skip to content

Commit

Permalink
⏫ Forwardport of #12521 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/12521.patch (created by @scottsb) based on commit(s):
  1. 32d30a5
  • Loading branch information
magento-engcom-team committed Jan 24, 2018
1 parent 8e77e2f commit 1090c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ location /static/ {

# Remove signature of the static files that is used to overcome the browser cache
location ~ ^/static/version {
rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
rewrite ^/static/(version[^/]+/)?(.*)$ /static/$2 last;
}

location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2)$ {
Expand Down

0 comments on commit 1090c8b

Please sign in to comment.