diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 10:57:47 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-20 10:58:18 +0200 |
commit | 30cb3f89abd8f46c3e2ed55c81f24f38eb40d5f8 (patch) | |
tree | ceb35677fe77b9591e694748ff63ee0dea15d19e | |
parent | ad8f0feb4fa306d616e5d32734f414df87a9d96a (diff) | |
download | tinyproxy-30cb3f89abd8f46c3e2ed55c81f24f38eb40d5f8.tar.gz tinyproxy-30cb3f89abd8f46c3e2ed55c81f24f38eb40d5f8.zip |
tinyproxy.conf: update description of User/Group
Michael
Diffstat (limited to '')
-rw-r--r-- | etc/tinyproxy.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/tinyproxy.conf b/etc/tinyproxy.conf index 1711ebd..b3b8679 100644 --- a/etc/tinyproxy.conf +++ b/etc/tinyproxy.conf @@ -3,11 +3,10 @@ ## # -# User/Group: This allows you to set the username and group that will be +# User/Group: This allows you to set the user and group that will be # used for tinyproxy after the initial binding to the port has been done -# as the root user. -# -# Please note that you may not use UID/GID's here. +# as the root user. Either the user or group name or the UID or GID +# number may be used. # User nobody Group nobody |