Example 8808
Proxy Config
Reverse proxy settings.
{
listen: 8443
server_name: "irresponsible-bar.biz"
upstream: "http://localhost:3804"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "9mb"
}
Example 8808
Reverse proxy settings.
{
listen: 8443
server_name: "irresponsible-bar.biz"
upstream: "http://localhost:3804"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "9mb"
}