{ auto_https disable_certs } *.domain.com { tls /config/cert.pem /config/server.key @mariadb host mariadb.domain.com handle @mariadb { reverse_proxy phpmysqladmin:80 } @authenticatomatic host authenticatomatic.domain.com handle @authenticatomatic { reverse_proxy authenticatomatic } handle { respond "Hello world!" } }