X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c1a020a6bf83da0186278491af2d0bfa8d917b44..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf index fb1c4cde..df170dd0 100644 --- a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf +++ b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf @@ -2,20 +2,20 @@ # Port on which the server interacts with authorizator # Parameter: required - # Value: 1 ... 65534 + # Value: 1 ... 65535 # Default: 5555 Port = 5555 # The time interval between sending an alive query to the user # and updating statistics - # Parameter: required + # Parameter: required # Values: 5 ... 600 (seconds) # Default: 60 UserDelay = 60 - # User timeout. If authorizer does not respond during this time, + # User timeout. If authorizer does not respond during this time, # the user will be disconnected - # Parameter: required + # Parameter: required # Values: 5 ... 600 # Default: 60 UserTimeout = 65 @@ -31,8 +31,14 @@ # FreeMb = cash - amount of money for which the user can download for free # FreeMb = none - no transfer # Default: cash - # Parameter: required + # Parameter: required # Values: different, see above # Default: cash FreeMb = cash + + # Enable protocol errors logging + # Parameter: optional + # Values: yes, no + # Default: no + # LogProtocolErrors = no