bend / interceptor

An Http Server written in CPP
GNU General Public License v3.0
0 stars 0 forks source link

Implement redirections #6

Open bend opened 7 years ago

bend commented 7 years ago

See https://www.digitalocean.com/community/tutorials/how-to-create-temporary-and-permanent-redirects-with-nginx

bend commented 6 years ago

implemented on master

bend commented 6 years ago

Still need to be able to redirect URL with patterns eg. redirect $SCHEME://test.com/$pages/params to $SHEME://redirect.test.com/$pages/params