We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33574a3 commit 32d30a5Copy full SHA for 32d30a5
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