{ "listen": ":8443", "connect": "http://emc01.spreadspace.org:8000", "cert": "fullchain.pem", "key": "private.key", "request_header": [ { "op": "del", "header": "X-Forwarded-For" } ], "response_header": [ { "op": "set", "header": "Cache-Control", "value": "no-cache" }, { "op": "add", "header": "Cache-Control", "value": "no-store" }, { "op": "add", "header": "Cache-Control", "value": "must-revalidate" }, { "op": "add", "header": "Cache-Control", "value": "max-age=0" }, { "op": "time", "header": "Expires", "value": "-1s" } ], "sfive": { "socket": "/var/run/sfive/pipegram" } }