Skip to content

Instantly share code, notes, and snippets.

@supr
Created June 7, 2012 01:21
Show Gist options
  • Select an option

  • Save supr/2885943 to your computer and use it in GitHub Desktop.

Select an option

Save supr/2885943 to your computer and use it in GitHub Desktop.
location /foo/([a-zA-Z0-9]+)/bar/([0-9]+) {
my_module on;
my_module_first $1;
my_module_second $2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment