Skip to content

Instantly share code, notes, and snippets.

@btobolaski
Created September 26, 2012 17:01
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 btobolaski/3789194 to your computer and use it in GitHub Desktop.
Save btobolaski/3789194 to your computer and use it in GitHub Desktop.
wp-svbtle redirect if
if ($request_uri ~* "(/wp-admin/|/wp-svbtle/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|wp-.*.php|index.php|wp-comments-popup.php|wp-links-opml.php|wp-locations.php)") { set $cache_uri "no cache"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment