# Auto-versioning support # Ref: http://w-shadow.com/blog/2012/07/30/automatic-versioning-of-css-js/ rewrite "^(.*)\.[\d]{10}\.(css|js)$" $1.$2 last;