Example 10015
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "nice-bog.net"
upstream: "http://localhost:4129"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "48mb"
}
Example 10015
Reverse proxy settings.
{
listen: 8443
server_name: "nice-bog.net"
upstream: "http://localhost:4129"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "48mb"
}