Example 5017

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "sorrowful-chiffonier.org"
upstream: "http://127.0.0.1:5855"

# TLS settings
ssl: false
http2: true

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

See also