Explore >> Select a destination


You are here

juffalow.com
| | fourteenislands.io
8.0 parsecs away

Travel
| | I was web browsing through the different taxi companies operating in Stockholm this morning when I eventually ended up on taxi020.se which responded with an HTTP 404 error. As I read the code and message for that error my search for waiting time at the airport terms and conditions got all of a sudden more interesting. Taxi 020 merged with Sverigetaxi in 2016 and is now part of the Cabonline Group.
| | benjamincongdon.me
10.2 parsecs away

Travel
| | AWS is a great place to host static content: Bandwidth / hosting costs are very cheap if you're at "hobbyist" scale, you get great availability, and AWS gives you free SSL termination / certificate management for HTTPS if you get everything setup correctly.
| | coornail.net
5.3 parsecs away

Travel
| | Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default.
| | wweb.dev
74.7 parsecs away

Travel
| In this series, we're creating a serverless stack using AWS. In this part, I'll show how to serve a static website through an S3 Bucket and how to deploy from your local machine...