Example 16910
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "youthful-hawk.com"
upstream: "http://localhost:6972"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "2mb"
}
Example 16910
Reverse proxy settings.
{
listen: 80
server_name: "youthful-hawk.com"
upstream: "http://localhost:6972"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "2mb"
}