Example 6420
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "deficient-lashes.org"
upstream: "http://localhost:7984"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "3mb"
}
Example 6420
Reverse proxy settings.
{
listen: 80
server_name: "deficient-lashes.org"
upstream: "http://localhost:7984"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "3mb"
}