summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/proxy-only.json
blob: 8419d767b96ff6d41e1bf067ab5e9e0cc8b2cc8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "listen": ":8443",
    "protocol": "http+https",
    "tls": {
        "certificate": "fullchain.pem",
        "certificate-key": "private.key",
        "min-protocol-version": "TLSv1",
        "ciphers": [
            "ECDHE_RSA_WITH_AES_256_GCM_SHA384",
            "ECDHE_RSA_WITH_AES_256_CBC_SHA",
            "RSA_WITH_AES_256_GCM_SHA384",
            "RSA_WITH_AES_256_CBC_SHA"
        ],
        "prefer-server-ciphers": true,
        "ecdh-curves": [
            "secp521r1",
            "secp384r1",
            "secp256r1"
        ],
        "session-tickets": true,
        "session-ticket-key": "123456789012345678901234567890123456789012345678901234567890ABCD"
    },
    "connect": "https://live.helsinki.at:8088",
    "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" }
    ]
}