Example 7309
Proxy Config
Reverse proxy settings.
{
listen: 443
server_name: "uniform-horde.org"
upstream: "http://localhost:8887"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "34mb"
}
Example 7309
Reverse proxy settings.
{
listen: 443
server_name: "uniform-horde.org"
upstream: "http://localhost:8887"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "34mb"
}