Skip to content

Instantly share code, notes, and snippets.

@chebanenko
Created December 25, 2015 14:49
Show Gist options
  • Save chebanenko/2c53f676907911ebf7cd to your computer and use it in GitHub Desktop.
Save chebanenko/2c53f676907911ebf7cd to your computer and use it in GitHub Desktop.
(/.*/)\t(/.*/)
if ($uri ~ "^$1?.*/$"){
rewrite ^(.*)$ http://test.ua$2 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment