Skip to content

Instantly share code, notes, and snippets.

@elfacht
Last active January 5, 2022 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elfacht/612bfdb95eb10bc4722e2f224cc5d9d3 to your computer and use it in GitHub Desktop.
Save elfacht/612bfdb95eb10bc4722e2f224cc5d9d3 to your computer and use it in GitHub Desktop.
Asset Version Number with Nitro #craftcms
# /etc/nginx/craftcms/general.conf
location ~ "^/(.+)\.(\d+)\.(bmp|css|cur|gif|ico|jpe?g|js|png|svgz?|webp|webmanifest)$" {
try_files $uri /$1.$3$is_args$args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment