source: trunk/packages/invirt-console-server/files/etc/conserver/conserver.cf.invirt @ 1201

Last change on this file since 1201 was 1201, checked in by price, 16 years ago

rename invirt-console-server directory too

File size: 476 bytes
Line 
1# default config for console
2config * {
3        sslrequired yes;
4}
5# If no consoles are defined, as is the case when the host first boots
6# up, conserver will quit. This keeps it running.
7#
8# Should someone create a VM called dummy-console, their VM will
9# shadow over this one
10console dummy-console {
11        master localhost;
12        type noop;
13}
14
15default * {
16        type exec;
17}
18access * {
19        trusted 127.0.0.1;
20        limited *;
21}
22
23#include /etc/conserver/invirt-hosts.cf
Note: See TracBrowser for help on using the repository browser.