Skip to content

Instantly share code, notes, and snippets.

@kyokutyo
Created February 3, 2014 11:27
Show Gist options
  • Save kyokutyo/8782335 to your computer and use it in GitHub Desktop.
Save kyokutyo/8782335 to your computer and use it in GitHub Desktop.
if ($uri !~ /static(.+)$){
rewrite ^/(.+)$ http://sample.com/ permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment