# Change suzieq.localhost to the fqdn you would like to use
suzieq.localhost {
    
    reverse_proxy suzieq_gui:8501
    # Uncomment the below if you want to specify your own cert/key.  Be sure to mount the volume in caddy for the cert/key also.
    #tls /root/certs/cert.crt /root/certs/cert.key

    handle /api* {
        reverse_proxy suzieq_restserver:8000
    }
    log {
        level error
    }
}
