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 fd95aff + 0aab53f commit 6eda30cCopy full SHA for 6eda30c
nginx.conf.sample
@@ -108,8 +108,8 @@ location /static/ {
108
# expires max;
109
110
# Remove signature of the static files that is used to overcome the browser cache
111
- location ~ ^/static/version {
112
- rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
+ location ~ ^/static/version\d*/ {
+ rewrite ^/static/version\d*/(.*)$ /static/$1 last;
113
}
114
115
location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|html|json)$ {
0 commit comments