source: branches/fc20-dev/host/debian/scripts-vm-host/conserver.cf.divert @ 2694

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