Example 3313

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "fair-haircut.org"
upstream: "http://127.0.0.1:4104"

# TLS settings
ssl: true
http2: true

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

See also