Example 15316
Proxy Config
Reverse proxy settings.
{
listen: 80
server_name: "hateful-cop-out.net"
upstream: "http://localhost:8025"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "14mb"
}
Example 15316
Reverse proxy settings.
{
listen: 80
server_name: "hateful-cop-out.net"
upstream: "http://localhost:8025"
# TLS settings
ssl: false
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "14mb"
}