Example 9307
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "quick-witted-grandpa.info"
upstream: "http://localhost:7267"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "12mb"
}