Skip to content

Commit

Permalink
make the /a /c redirects *exact matches*
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 11, 2019
1 parent 03e888b commit 9bb6ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Expand Up @@ -28,11 +28,11 @@ server {
root /www/snoot.club/snoots/heart/application/website;
}

location /c {
location = /c {
return 301 https://chee.snoot.club;
}

location /a {
location = /a {
return 301 https://abe.snoot.club;
}
}
Expand Down

0 comments on commit 9bb6ab9

Please sign in to comment.