summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
blob: 92737fa243611a895d5b4de0707c2f4c943b68f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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" }
    ]
}