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

Last change on this file since 1814 was 1814, checked in by broder, 15 years ago

Move invirt-console/files to invirt-console/server

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.