Example 12820
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "grown-cinder.name"
upstream: "http://localhost:5303"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "41mb"
}
Example 12820
Reverse proxy settings.
{
listen: 8080
server_name: "grown-cinder.name"
upstream: "http://localhost:5303"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "41mb"
}