Example 10514
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "powerful-turret.com"
upstream: "http://localhost:4049"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "43mb"
}
Example 10514
Reverse proxy settings.
{
listen: 8443
server_name: "powerful-turret.com"
upstream: "http://localhost:4049"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "43mb"
}