Example 6606

Proxy Config

Reverse proxy settings.

{
listen: 443
server_name: "pale-coliseum.com"
upstream: "http://localhost:8836"

# TLS settings
ssl: true
http2: true

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

See also