Example 10515
Proxy Config
Reverse proxy settings.
{
listen: 443
server_name: "grumpy-lady.name"
upstream: "http://localhost:8858"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "32mb"
}
Example 10515
Reverse proxy settings.
{
listen: 443
server_name: "grumpy-lady.name"
upstream: "http://localhost:8858"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "32mb"
}