Example 7313
Proxy Config
Reverse proxy settings.
{
listen: 443
server_name: "whispered-dividend.net"
upstream: "http://localhost:8289"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "24mb"
}
Example 7313
Reverse proxy settings.
{
listen: 443
server_name: "whispered-dividend.net"
upstream: "http://localhost:8289"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "24mb"
}