Using acme.sh and hosting multiple domains

There are several websites I am running off this domain. One of the best utility applications I am running is called ntfy.sh, which I’ve written about here before. My setup is I have the ntfy application running as a standalone application listening on its own port, and using the reverse proxy feature on nginx any traffic coming into notifications.notlocalhost.dev gets redirected to that local port. One of the problems with this approach is that it redirects everything, including the verification request my certificate provider (through acme....

2025-02-27 213 words 1 min