Example 13618
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "quick-coast.com"
upstream: "http://localhost:6193"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "35mb"
}
Example 13618
Reverse proxy settings.
{
listen: 80
server_name: "quick-coast.com"
upstream: "http://localhost:6193"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "35mb"
}