Example 11919
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "eminent-signature.biz"
upstream: "http://localhost:6276"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "33mb"
}