Example 10620

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "colossal-rawhide.com"
upstream: "http://127.0.0.1:6175"

# TLS settings
ssl: false
http2: true

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

See also