Example 7812

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "polished-godfather.biz"
upstream: "http://localhost:4497"

# TLS settings
ssl: false
http2: true

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

See also