Skip to content

Instantly share code, notes, and snippets.

@JPry
Created December 3, 2012 23:10
Show Gist options
  • Select an option

  • Save JPry/4198960 to your computer and use it in GitHub Desktop.

Select an option

Save JPry/4198960 to your computer and use it in GitHub Desktop.
Nginx - Allow user agent past bot checking and other rewrite rules
if ( $http_user_agent ~ "AppEngine-Google" ) {
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment