Example 16915
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "unselfish-pepper.org"
upstream: "http://localhost:6943"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "21mb"
}
Example 16915
Reverse proxy settings.
{
listen: 80
server_name: "unselfish-pepper.org"
upstream: "http://localhost:6943"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "21mb"
}