Example 8319
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "worse-octave.com"
upstream: "http://localhost:6951"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "5mb"
}
Example 8319
Reverse proxy settings.
{
listen: 80
server_name: "worse-octave.com"
upstream: "http://localhost:6951"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 1024
client_max_body: "5mb"
}