Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created April 27, 2012 03:14
Show Gist options
  • Select an option

  • Save jdorfman/2505372 to your computer and use it in GitHub Desktop.

Select an option

Save jdorfman/2505372 to your computer and use it in GitHub Desktop.
Nginx vhosts RegEx
# place this in a nginx vhosts && service nginx reload
location ~ ^/path/to/files/img.*\.jpg$ {
alias /usr/local/nginx/html/suspend.html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment