https://github.com/dukecon/dukecon_docker_images/blob/634068e4fd6fb3b2c2e6e9dd85e1a68beccaa943/httpd-edge-with-static/dispatcher.conf
ServerName "hostname"
ProxyRequests On
ProxyPassMatch ^/suffix/(.*) http://localhost:port/$1
ProxyPassReverse ^/suffix/(.*) http://localhost:port/$1