summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
blob: 7f5ac66334d2994310eaab1d6f9e835ef64ecdb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "listen": ":8443",
    "connect": "http://emc01.spreadspace.org:8000",
    "cert": "fullchain.pem",
    "key": "private.key",
    "request_header": {
        "X-hello": "world",
        "X-verr": "stefan"
    },
    "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" }
    ]
}