https://github.com/truebrain/default-backend
Default backend for Load Balancers
https://github.com/truebrain/default-backend
Last synced: 4 months ago
JSON representation
Default backend for Load Balancers
- Host: GitHub
- URL: https://github.com/truebrain/default-backend
- Owner: TrueBrain
- License: mit
- Created: 2019-11-24T11:55:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T13:36:00.000Z (over 6 years ago)
- Last Synced: 2025-01-04T17:14:11.957Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Default backend
All cloud solutions need in the end a "default backend", where all web traffic
that doesn't have a known destination ends up.
This happens for example when someone tries to open the direct IP instead of a
hostname of the Load Balancer.
In this case the "default backend" is called, and they are served a pretty 404
page.
Worth mentioning that this will also always result in an invalid certificate
error, as we only create certificates for the domains we serve.