Virtual hosting
#networking #backend #webdev
Virtual hosting | Wikipedia (opens in a new tab)
Solutions
-
NGINX Reverse Proxy
-
Caddy https://caddyserver.com (opens in a new tab)
- FIXME: It still auto redirects to https
-
Redbird Reverse Proxy https://github.com/OptimalBits/redbird (opens in a new tab) "A modern reverse proxy for node"
- KAITO: Was in my "to-check" folder since 2018.
-
CoreDNS https://coredns.io (opens in a new tab)
- As suggested by some Reddit comment (opens in a new tab).
Learning
I setup HOSTS entries for "local.domain.tld", and then use Vagrant to give every project its own VM.
-- Reddit comment (opens in a new tab) https://www.vagrantup.com (opens in a new tab) https://www.github.com/hashicorp/vagrant (opens in a new tab)
END.