Example 9303
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "calculating-desk.biz"
upstream: "http://localhost:5115"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "34mb"
}
Example 9303
Reverse proxy settings.
{
listen: 8443
server_name: "calculating-desk.biz"
upstream: "http://localhost:5115"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "34mb"
}