summaryrefslogtreecommitdiff
path: root/doc/config
blob: 9942eeceb4bfe19bc7b4e89cdd3f867d0165ab0d (plain)
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
41
42
43
44
45
46
## File to log messages to, if not set syslog is used
# logfile =

## Set address for the proxy to listen to, default is all
# proxy_bind =

## Set port for the proxy to listen to
# proxy_port = 8080

## Set max number of concurrent client connections
# max_clients = 1024

## Set max number of monitor client connections
# max_monitors = 2

## Set to true to allow monitor connections
# monitor = false

## If monitor is enabled, set address for the monitor to listen to
# monitor_bind = localhost

## If monitor is enabled, set port for the monitor to listen to
# monitor_port = 9000

## Monitors get the proxied request and response exactly as it was sent to the
## proxy and not how it would have looked without the proxy inbetween
# monitor_proxy_request = false

## If SSL support is compiled in

## SSL certificate bundle to use to verify proxy SSL connections to remote
## servers. If not set, SSL interception is disabled.
# ssl_cert_bundle =

## SSL certificate authority to use to sign generated certificates for
## intercepted connections. If not set, SSL interception is disabled.
# ssl_ca_cert =

## SSL private key that signed the certificate authority and to use to sign
## generated certificates for intercepted connections.
## If not set, SSL interception is disabled.
# ssl_ca_key =

## SSL unsecure, set to true to allow insecure connections such as SSLv3
## and missmatched hosts and certificates
# ssl_unsecure = false