summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index 3b26879..8ec6dc1 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -2,8 +2,10 @@
"listen": ":8443",
"protocol": "http+https",
"redirect2https": 301,
- "cert": "fullchain.pem",
- "key": "private.key",
+ "tls": {
+ "certificate": "fullchain.pem",
+ "certificate-key": "private.key"
+ },
"connect": "http://emc01.spreadspace.org:8000",
"request_header": [
{ "op": "del", "header": "X-Forwarded-For" }