Example 16215
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "rubbery-molasses.info"
upstream: "http://localhost:4221"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "40mb"
}