Example 13108

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "dull-corral.name"
upstream: "http://localhost:7882"

# TLS settings
ssl: false
http2: true

gzip: true
gzip_min_length: 512
client_max_body: "35mb"
}

See also