Skip to content

Instantly share code, notes, and snippets.

@benmay
Created May 21, 2013 12:17
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 benmay/a9d66ec3e5dd17b06686 to your computer and use it in GitHub Desktop.
Save benmay/a9d66ec3e5dd17b06686 to your computer and use it in GitHub Desktop.
# Bypass cache for mobile user agents
if ( $http_user_agent ~* '(ipad|ipod|iphone|android|opera mini|blackberry|pre/|palm os|palm|hiptop|avantgo|plucker|xiino|blazer|elaine|iris|3g_t|windows ce|opera mobi|windows ce; smartphone;|windows ce; iemobile)' ) {
set $no_cache_set 1;
set $no_cache_get 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment