diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-11-12 13:37:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-15 15:04:12 -0600 |
commit | 60301cdf09058f5e0e143c41a4b9cf030394747f (patch) | |
tree | 93a3eb6a22e30de2f1c459213f74659be72ec69a /network/nginx/README | |
parent | 45392b5eebd0c391a9de5c94a2779a68b0d6aac9 (diff) | |
download | slackbuilds-60301cdf09058f5e0e143c41a4b9cf030394747f.tar.gz |
network/nginx: Updated for version 1.0.9.
This commit includes changes by rworkman, and Kent Fritz
deserves some thanks for pointing out a bug with variable
assignment of NGINX_USER and NGINX_GROUP.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/nginx/README')
-rw-r--r-- | network/nginx/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/nginx/README b/network/nginx/README index 2110d38844..45bb8da7cb 100644 --- a/network/nginx/README +++ b/network/nginx/README @@ -8,3 +8,9 @@ specify alternate values on the command line if desired; for example: Regardless of which user and group you decide to use, you will need to make sure they exist on both the build system and the target system. + +Note that there are potential security concerns with allowing logrotate +(which runs as root) to operate on directories/files that a non-root user +controls, but there's not a good alternative for now. Newer versions of +logrotate (3.8.0+) have an "su" option that can be used, but it's not +available in Slackware 13.37. |