Skip to content

Instantly share code, notes, and snippets.

@katsuma
Created March 1, 2014 15:20
Show Gist options
  • Save katsuma/9291340 to your computer and use it in GitHub Desktop.
Save katsuma/9291340 to your computer and use it in GitHub Desktop.
location /blog/ {
if ($args = "p=845") {
set $args '';
rewrite ^ /blog/2014/02/23/%E3%81%93%E3%82%8C%E3%81%AF%E3%82%84%E3%81%B0%E3%81%84/ permanent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment