source:
branches/fc20-dev/host/debian/scripts-vm-host/conserver.cf.divert
Last change on this file was 1892, checked in by quentin, 13 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
1 | config * { |
2 | sslrequired no; |
3 | } |
4 | default full { |
5 | rw *; |
6 | } |
7 | default * { |
8 | logfile /var/log/conserver/&.log; |
9 | timestamp "1lab"; |
10 | include full; |
11 | sslrequired no; |
12 | options reinitoncc; |
13 | } |
14 | default xen { |
15 | type exec; |
16 | exec sudo xm console f; |
17 | execsubst f=cs; |
18 | } |
19 | access * { |
20 | trusted 127.0.0.1; |
21 | } |
Note: See TracBrowser
for help on using the repository browser.