Skip to content

Commit

Permalink
Redirect /funding (#1904)
Browse files Browse the repository at this point in the history
fixes #1903
  • Loading branch information
cassidyjames authored and btkostner committed Feb 19, 2018
1 parent 6a54859 commit c426877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx.conf
Expand Up @@ -103,6 +103,9 @@ server {
location /support/ {
return 301 /support;
}
location /funding {
return 301 "/get-involved#funding";
}
location = /lists {
deny all;
}
Expand Down

0 comments on commit c426877

Please sign in to comment.