diff options
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r-- | src/daq/s5proxy/sample.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json new file mode 100644 index 0000000..8086a82 --- /dev/null +++ b/src/daq/s5proxy/sample.json @@ -0,0 +1,9 @@ +{ + 'listen': ':8443', + 'connect': ':8000', + 'request_header': { + } + 'response_header': { + 'Cache-Control': 'no-cache' + } +} |