Example 6107
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "usable-ice-cream.net"
upstream: "http://localhost:7886"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "47mb"
}
Example 6107
Reverse proxy settings.
{
listen: 8080
server_name: "usable-ice-cream.net"
upstream: "http://localhost:7886"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "47mb"
}