]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_rpc.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_rpc.conf
1 # Enable the configuration module ConfRPC "mod_conf_rpc.so"
2 <Module conf_rpc>
3     # Port on which the server interacts with configurator
4     # Parameter: required
5     # Value: 1...65535
6     # Default:
7     Port = 8080
8
9     # Session timeout in seconds
10     # Parameter: required
11     # Value: positive integer
12     # Default: 1800
13     CookieTimeout = 1800
14 </Module>