Example 4220
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "low-translation.net"
upstream: "http://localhost:5140"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "16mb"
}
Example 4220
Reverse proxy settings.
{
listen: 8080
server_name: "low-translation.net"
upstream: "http://localhost:5140"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "16mb"
}