Example 5810
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "scratchy-luck.info"
upstream: "http://localhost:8509"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "9mb"
}
Example 5810
Reverse proxy settings.
{
listen: 8443
server_name: "scratchy-luck.info"
upstream: "http://localhost:8509"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "9mb"
}