Skip to content

Commit

Permalink
fix wordpress nginx redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlok committed Apr 19, 2016
1 parent 6b7163d commit c3a8a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ map $args $rewrites {
~/?p=40 "/post/ansible13/";
~/?p=67 "/post/checkmk_part1/";
~/?p=78 "/post/habrupdate1/";
~/?p=81 "http://localhost:1313/post/why-i-dont-like-rundeck/";
~/?p=81 "/post/why-i-dont-like-rundeck/";
~/?p=91 "/post/ruby-oneliners/";
~/?p=103 "/post/jenkins-rundeck-chef-ridley/";
~/?p=114 "/post/read-and-structure-iformation/";
Expand Down Expand Up @@ -54,4 +54,4 @@ server {
location / {
proxy_pass http://slackin:3000;
}
}
}

0 comments on commit c3a8a32

Please sign in to comment.