Example 6515

Proxy Config

Reverse proxy settings.

{
listen: 8443
server_name: "other-certification.com"
upstream: "http://127.0.0.1:4430"

# TLS settings
ssl: true
http2: true

gzip: true
gzip_min_length: 1024
client_max_body: "22mb"
}

See also