Example 14218
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "worthwhile-pecan.biz"
upstream: "http://localhost:8948"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "36mb"
}
Example 14218
Reverse proxy settings.
{
listen: 8443
server_name: "worthwhile-pecan.biz"
upstream: "http://localhost:8948"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "36mb"
}