Example 10204
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "superficial-hammock.com"
upstream: "http://localhost:5262"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "39mb"
}