Example 12909
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "vibrant-summer.net"
upstream: "http://localhost:4970"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "36mb"
}
Example 12909
Reverse proxy settings.
{
listen: 8080
server_name: "vibrant-summer.net"
upstream: "http://localhost:4970"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 512
client_max_body: "36mb"
}