We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 813a49f + 6a1f1c9 commit ec6281cCopy full SHA for ec6281c
nginx.conf.sample
@@ -100,7 +100,7 @@ location /static/ {
100
101
# Remove signature of the static files that is used to overcome the browser cache
102
location ~ ^/static/version {
103
- rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
+ rewrite ^/static/(version[^/]+/)?(.*)$ /static/$2 last;
104
}
105
106
location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2)$ {
0 commit comments