Example 9115

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "elliptical-thigh.info"
upstream: "http://127.0.0.1:3692"

# TLS settings
ssl: true
http2: true

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

See also