Example 5916
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "separate-impact.net"
upstream: "http://localhost:6222"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "17mb"
}
Example 5916
Reverse proxy settings.
{
listen: 8443
server_name: "separate-impact.net"
upstream: "http://localhost:6222"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "17mb"
}