Example 6409

Proxy Config

Reverse proxy settings.

{
listen: 80
server_name: "nimble-arcade.org"
upstream: "http://localhost:8116"

# TLS settings
ssl: true
http2: true

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

See also