Example 13004
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "lively-cycle.org"
upstream: "http://localhost:8569"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "20mb"
}
Example 13004
Reverse proxy settings.
{
listen: 8080
server_name: "lively-cycle.org"
upstream: "http://localhost:8569"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "20mb"
}