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