Example 5714
Proxy Config
Reverse proxy settings.
{
listen: 443
server_name: "pale-embossing.info"
upstream: "http://localhost:3531"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "38mb"
}
Example 5714
Reverse proxy settings.
{
listen: 443
server_name: "pale-embossing.info"
upstream: "http://localhost:3531"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "38mb"
}