Example 14917
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "rapid-fencing.org"
upstream: "http://localhost:3564"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "20mb"
}
Example 14917
Reverse proxy settings.
{
listen: 80
server_name: "rapid-fencing.org"
upstream: "http://localhost:3564"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "20mb"
}