Example 14516
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "hefty-intent.info"
upstream: "http://localhost:5577"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "43mb"
}
Example 14516
Reverse proxy settings.
{
listen: 80
server_name: "hefty-intent.info"
upstream: "http://localhost:5577"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "43mb"
}