Example 13920
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "flimsy-wedding.name"
upstream: "http://localhost:7633"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "22mb"
}
Example 13920
Reverse proxy settings.
{
listen: 80
server_name: "flimsy-wedding.name"
upstream: "http://localhost:7633"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "22mb"
}