Comment on Nginx Proxy Manager 2.12.4 Released with Certbot Enhancements

<- View Parent
Nibodhika@lemmy.world ⁨1⁩ ⁨day⁩ ago

Configuration is much easier, e.g. this is the full config you need to expose nextcloud on nextcloud.example.com (assuming caddy can reach nextcloud using the hostname nextcloud)

nextcloud.example.com {
        reverse_proxy nextcloud
}

Comparing that to ngnix configs that need a template for each different service (although to be fair they’re mostly the same).

source
Sort:hotnewtop