# 2022-12-12 @httpsdomain host httpsdomain.domain.com handle @httpsdomain { import common reverse_proxy https://[ip]:[port] { import reverseProxy transport http { tls tls_insecure_skip_verify #allow self-signed certificates } } } @httpdomain host httpdomain.domain.com handle @httpdomain { import common #cache #uncomment to enable Souin caching reverse_proxy [ip]:[port] { import reverseProxy } # use this is prefer Varnish caching #reverse_proxy [varnish_ip]:[varnish_port] { # import reverseProxy #} } @httpdomainwithpath host httpdomainwithpath.domain.com handle @httpdomainwithpath { import common handle_path /thepath { reverse_proxy [ip]:[port1] { import reverseProxy } } handle { reverse_proxy [ip]:[port2] { import reverseProxy } } }