{ 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 } @seq host seq.domain.com handle @seq { reverse_proxy seq } handle { respond "Hello world!" } }