HTTP Reverse Proxy (SRV8)

  • Domain To Proxy: Name of the vhost to be created. E.g. alternate.smp-boot.smp120.fuzer.net
  • Request Filter: RewriteRule directive pattern which allows to filter requests allowed through the proxy. Requests failing to comply will be answered with bad request (400). By default it will accept all requests. When filtering in resource 1.0.0 include the allowed path in a group. E.g. (api/v1/test)
  • Destination: Base uri where the request will be forwarded. By default we use https if no scheme defined. Specify http:// prefix otherwise. If hostname is exactly 8 digits (e.g http://00000000/foo) it will be interpreted as a SOP key and substituted with the tunnel to the SOP.
  • Http behavior: Possible values (redirect, serve)
    • When redirect is selected, the server will return a 302 and redirect the user to HTTPS
    • When serve is selected, the server will serve the content over the unsecured HTTP connection
  • Forward hostname: Possibility to override the host header sent to the proxied resource
  • Listen HTTP(S): Possibility to override the listen port
  • Allow: Comma-separated list of IP addresses to allow access to. Empty means no restriction.
  • Certificate Directory: directory (relative to central SSL directory) containing certificate (cert.pem), full chain (fullchain.pem) and private key (privkey.pem) to use for the vhost. Leave empty to use automatically generated letsencrypt certificate.
No resource releases available!
Copyright © Escaux SA