-
Notifications
You must be signed in to change notification settings - Fork 1
/
avgate.ini
40 lines (30 loc) · 910 Bytes
/
avgate.ini
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
35
36
37
38
39
40
[config]
; ICAP, if used
icap_host = localhost
icap_service = icap://icap.server.net/avscan
;icap_port = 1344 (default)
;icap_tls = false (default)
; Clam-AV, if used
; clamd_socket = /tmp/clamd.socket
; In case of virus was found, remove or replace (default) document.
remove_malicious = false
; for test purposes
all_png_malicious = false
all_pdf_malicious = false
; DEBUG INFO WARNING ERROR CRITICAL - default INFO
log_level = DEBUG
; Mapping Remote-Adresse mit Target-Port oder nur Target-Port zu Konnektor-Adresse
[*:8400]
konnektor = https://localhost:5000
ssl_verify = off
; Use proxy for all services to get same SSL termination
proxy_all_services = true
[*:5001]
konnektor = https://localhost:5000
ssl_verify = off
proxy_all_services = false
; default fallback if no other mapping is applicable
; is needed for running in docker
[default]
konnektor = https://localhost:5000
ssl_verify = off