Example 17203

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "mature-puppet.net"
upstream: "http://localhost:6663"

# TLS settings
ssl: true
http2: true

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

See also