]> git.pld-linux.org Git - packages/pound.git/blob - pound.yaml
- updated URL (apsis.ch no longer works), note on pound-4 branch
[packages/pound.git] / pound.yaml
1 # Default pound.yaml
2 # vim:ft=yaml
3
4 Global:
5   - User: "pound"
6     Group: "pound"
7
8 Backends:
9   - &be
10     Address: 127.0.0.1
11     Port: 8000
12
13 HTTPListeners:
14   - Address: 0.0.0.0
15     Port: 80
16     Services:
17       - Backends:
18         - *be
19
20 HTTPSListeners:
21   - Address: 0.0.0.0
22     Port: 443
23     Services:
24       - Backends:
25         - *be
26     Certificates: "/etc/pki/pound.pem"
27     Client: 60
28     Ciphers:
29       - TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
30       - TLS-DHE-RSA-WITH-3DES-EDE-CBC-SHA
31       - TLS-DHE-RSA-WITH-AES-128-CBC-SHA
32       - TLS-RSA-WITH-CAMELLIA-128-CBC-SHA
33       - TLS-RSA-WITH-AES-128-CCM
34       - TLS-RSA-WITH-AES-256-GCM-SHA384
35       - TLS-RSA-WITH-RC4-128-MD5
36       - TLS-RSA-WITH-3DES-EDE-CBC-SHA
This page took 0.324877 seconds and 4 git commands to generate.