Skip to content

1020 - Proxy Config

Reverse proxy settings. This is an example of a MAML document.

maml
{
  listen: 8080
  server_name: "unique-cop-out.biz"
  upstream: "http://127.0.0.1:5055"

  # TLS settings
  ssl: true
  http2: true

  gzip: true
  gzip_min_length: 256
  client_max_body: "44mb"
}

See Also