Changeset 708


Ignore:
Timestamp:
Jul 22, 2008, 1:29:06 AM (16 years ago)
Author:
price
Message:

simplify host's conserver.cf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console-server/files/etc/conserver/conserver.cf.sipb-xen

    r707 r708  
    1 # The character '&' in logfile names are substituted with the console
    2 # name.
    3 #
    4 
    51config * {
    62        sslrequired yes;
    7 }
    8 default full {
    9         rw *;
    103}
    114default * {
    125        logfile /var/log/conserver/&.log;
    136        timestamp "1lab";
    14         include full;
     7        rw *;
    158        type exec;
    169        exec xm console d_f;
    1710        execsubst f=cs;
     11}
     12
     13access * {
     14        trusted 127.0.0.1;
     15        trusted 18.181.0.134;
     16        limited *;
    1817}
    1918
     
    2423
    2524#include /etc/conserver/sipb-xen-consoles.cf
    26 
    27 ##
    28 ## list of clients we allow
    29 ##
    30 access * {
    31         trusted 127.0.0.1;
    32         trusted 18.181.0.134;
    33         limited *;
    34 }
    35 
Note: See TracChangeset for help on using the changeset viewer.