Example 9413

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "shallow-accountability.net"
upstream: "http://127.0.0.1:8900"

# TLS settings
ssl: false
http2: true

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

See also