diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-04 07:55:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-04 13:14:43 +0700 |
| commit | 49e7d14699b299dffa835b2a9240e2f03e8d0dd3 (patch) | |
| tree | e33153bfb4bf8aa28352561079e214444e8f9a6a /testdata/haminer.conf | |
| parent | 65e1848bd4aec12390fe15ebd83ff4bc53a8afec (diff) | |
| download | haminer-49e7d14699b299dffa835b2a9240e2f03e8d0dd3.tar.xz | |
config: change the capture request header separator to comma
This is to make it consistent with separator on "accept_backend".
Diffstat (limited to 'testdata/haminer.conf')
| -rw-r--r-- | testdata/haminer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/haminer.conf b/testdata/haminer.conf index 554b04e..a635dcd 100644 --- a/testdata/haminer.conf +++ b/testdata/haminer.conf @@ -1,5 +1,5 @@ [haminer] listen = 0.0.0.0:8080 -accept_backend = a , b, -capture_request_header = host | referrer| +accept_backend = ,a , b, +capture_request_header = , host, referrer, influxdb_api_write = http://127.0.0.1:8086/write |
