{ 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 } @rabbit host rabbit.domain.com handle @rabbit { reverse_proxy rabbit:15672 } @prometheus host prometheus.domain.com handle @prometheus { reverse_proxy prometheus:9090 } @allegro host allegro.domain.com handle @allegro { reverse_proxy allegro } handle { respond "Hello world!" } }