Skip to content

Instantly share code, notes, and snippets.

@johnhpatton
Created March 19, 2021 00:48
Show Gist options
  • Save johnhpatton/77deb42ad896c765cfde27180a6ad9f8 to your computer and use it in GitHub Desktop.
Save johnhpatton/77deb42ad896c765cfde27180a6ad9f8 to your computer and use it in GitHub Desktop.
Basic Nginx Map Format
map $variable_to_check $variable_to_set {
"check_if_variable_matches_me" "variable_matches_checked_value";
default "no_match";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment