Example 16201

Proxy Config

Reverse proxy settings.

{
listen: 8080
server_name: "calculating-squid.name"
upstream: "http://127.0.0.1:4434"

# TLS settings
ssl: true
http2: true

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

See also