you do know that ports <1000 (http: 80, https: 443) require root, right?
will allow program to bind low numbered ports by non-root user.
Just learned this deploying a new rails app behind caddy2 (which is running as the deploy user I setup).
you do know that ports <1000 (http: 80, https: 443) require root, right?