Example 4305
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "clear-cut-diver.info"
upstream: "http://localhost:6561"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "15mb"
}
Example 4305
Reverse proxy settings.
{
listen: 8443
server_name: "clear-cut-diver.info"
upstream: "http://localhost:6561"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "15mb"
}