Francis Daly Wrote:
-------------------------------------------------------
> "Default" there means that if a server{} block does not have any
> listen directive, it is equivalent to "listen *:80" (or "listen *:8080" if
> running as non-root).
>
> Your "letsencrypt" server{} block does not have any listen directive.
Oh wow. It was that simple. Thanks. I probably should have found it, but when you start going around in circles its hard to break out. Adding a listen directive to the letsencrypt server {} block fixed it.