Example 12316

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "important-shadowbox.info"
upstream: "http://localhost:7509"

# TLS settings
ssl: true
http2: true

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

See also