Example 10408

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "right-colon.org"
upstream: "http://localhost:6865"

# TLS settings
ssl: true
http2: true

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

See also