Example 5113
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "gummy-exhaust.biz"
upstream: "http://localhost:7888"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "31mb"
}
Example 5113
Reverse proxy settings.
{
listen: 8080
server_name: "gummy-exhaust.biz"
upstream: "http://localhost:7888"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "31mb"
}