Example 13501
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "similar-nudge.info"
upstream: "http://localhost:4657"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "12mb"
}
Example 13501
Reverse proxy settings.
{
listen: 8080
server_name: "similar-nudge.info"
upstream: "http://localhost:4657"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "12mb"
}