Example 2114

Proxy Config

Reverse proxy settings.

{
listen: 443
server_name: "responsible-toothbrush.com"
upstream: "http://localhost:4538"

# TLS settings
ssl: true
http2: true

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

See also