Example 12615
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "cloudy-lace.org"
upstream: "http://localhost:5081"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "18mb"
}
Example 12615
Reverse proxy settings.
{
listen: 8443
server_name: "cloudy-lace.org"
upstream: "http://localhost:5081"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "18mb"
}