Last change
on this file since 2345 was
1892,
checked in by quentin, 14 years ago
|
Version 0.1 of scripts host config package
|
File size:
311 bytes
|
Rev | Line | |
---|
[1892] | 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.