Skip to content

Support using port 443 in dev with authbind

Warren Gifford requested to merge authbind into master

Created by: felixfbecker

Binding to a port <1000 doesn't work if the user is not root. The easiest and safest way to enable this is through authbind. This launches caddy with authbind if the port is <1000, the user is not root and authbind is installed. Otherwise it will just launch as usual.

Merge request reports

Loading