Skip to content

Commit

Permalink
Merge pull request #71 from casper-network/new-nginx-redirect
Browse files Browse the repository at this point in the history
ADDED: new nginx redirect as requested
  • Loading branch information
sd-ditoy authored Oct 24, 2023
2 parents c17443e + 515ca4f commit 4113ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/nginx-default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ server {
return 301 https://casper.network/en-us/lp/accelerate-grant-program;
}

location /roadmap {
return 301 https://casper.network/en-us/protocol-roadmap;
}

location /en-us/articles/caspers-guide-to-blockchain-development {
return 301 https://casper.network/en-us/web3/blockchain/caspers-guide-to-blockchain-development/;
}
Expand Down

0 comments on commit 4113ae9

Please sign in to comment.