Example 13814
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "separate-lamp.biz"
upstream: "http://localhost:3375"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "2mb"
}
Example 13814
Reverse proxy settings.
{
listen: 8080
server_name: "separate-lamp.biz"
upstream: "http://localhost:3375"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "2mb"
}