Skip to content

A Node.js http server that redirects e.g. example.com to www.example.com

License

Notifications You must be signed in to change notification settings

carnesen/redirector

Repository files navigation

A Node.js web server that redirects e.g. example.com to www.example.com

build status badge npm version badge github stars badge

This service is deployed at https://carnesen.com. It's not easy to see in a browser (especially Google Chrome) because they often don't display the leading "www" on the URL. In a terminal though do:

curl -v https://carnesen.com

and notice the 301 redirect response to www.

Usage

This package gets deployed by @carnesen/google-cloud as the default Google App Engine service.

Related

License

MIT © Chris Arnesen