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.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index d45a4d5..3b26879 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -1,8 +1,10 @@
{
"listen": ":8443",
- "connect": "http://emc01.spreadspace.org:8000",
+ "protocol": "http+https",
+ "redirect2https": 301,
"cert": "fullchain.pem",
"key": "private.key",
+ "connect": "http://emc01.spreadspace.org:8000",
"request_header": [
{ "op": "del", "header": "X-Forwarded-For" }
],