Example 8910

Proxy Config

Reverse proxy settings.

{
listen: 443
server_name: "possible-repeat.biz"
upstream: "http://localhost:6744"

# TLS settings
ssl: false
http2: true

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

See also