@carnesen/redirector
v0.3.0
Published
A Node.js web server that redirects e.g. example.com to www.example.com
Downloads
11
Readme
A Node.js web server that redirects e.g. example.com to www.example.com
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
- @carnesen/carnesen-dot-com: Automates deployment of carnesen.com to Google Cloud Platform
License
MIT © Chris Arnesen