Skip to content

Commit

Permalink
Merge pull request #3 from patgmac/patch-1
Browse files Browse the repository at this point in the history
Add URL rewrite for macOS Sierra
  • Loading branch information
MScottBlake authored Sep 7, 2016
2 parents bdf0b86 + 2638591 commit 78d0532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reposado.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ server {
if ($http_user_agent ~ "Darwin/15") {
rewrite ^/index(.*)\.sucatalog$ /content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1$1.sucatalog last;
}
## 10.12.x - Sierra
if ($http_user_agent ~ "Darwin/16") {
rewrite ^/index(.*)\.sucatalog$ /content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog last;
}
}

0 comments on commit 78d0532

Please sign in to comment.