Example 17109
Proxy Config
Reverse proxy settings.
{
listen: 8080
server_name: "outlandish-asset.name"
upstream: "http://localhost:8595"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "37mb"
}
Example 17109
Reverse proxy settings.
{
listen: 8080
server_name: "outlandish-asset.name"
upstream: "http://localhost:8595"
# TLS settings
ssl: true
http2: true
gzip: true
gzip_min_length: 256
client_max_body: "37mb"
}