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/doinst.sh | |
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/doinst.sh')
-rw-r--r-- | network/nginx/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/nginx/doinst.sh b/network/nginx/doinst.sh index c4aaf4f4ff..ebed78acd4 100644 --- a/network/nginx/doinst.sh +++ b/network/nginx/doinst.sh @@ -24,3 +24,13 @@ preserve_perms() { preserve_perms etc/rc.d/rc.nginx.new config etc/logrotate.d/nginx.new +config etc/nginx/fastcgi_params.new +config etc/nginx/fastcgi.conf.new +config etc/nginx/mime.types.new +config etc/nginx/nginx.conf.new +config etc/nginx/koi-utf.new +config etc/nginx/koi-win.new +config etc/nginx/scgi_params.new +config etc/nginx/uwsgi_params.new +config etc/nginx/win-utf.new + |