Example 9403

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "impressive-bell.info"
upstream: "http://localhost:6541"

# TLS settings
ssl: true
http2: true

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

See also