Example 13018

Proxy Config

Reverse proxy settings.

{
listen: 8443
server_name: "ignorant-surface.com"
upstream: "http://127.0.0.1:5524"

# TLS settings
ssl: false
http2: true

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

See also