diff options
author | joerg <joerg> | 2010-06-15 20:05:48 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-06-15 20:05:48 +0000 |
commit | df73fb1064dba2e68b61719d617e6e359ea45da6 (patch) | |
tree | fa752643ef40d6c0486f03771897ea327e80b534 /www/nginx/PLIST | |
parent | 2bc190f736181000c3fcbdff058ae7ab82d130ca (diff) | |
download | pkgsrc-df73fb1064dba2e68b61719d617e6e359ea45da6.tar.gz |
nginx-0.8.41:
- New http_uwsgi_module, replacing the (optional) external one
- New ngx_http_split_clients module
- Support "map" directive with keys longer than 255 charecters
- Allow overriding client request header in fastcgi_param
- New "proxy_no_cache" and "fastcgi_no_cache" directives
- Automatically redirect from "rewrite" if $scheme is used
- Various bugfixes
Diffstat (limited to 'www/nginx/PLIST')
-rw-r--r-- | www/nginx/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/PLIST b/www/nginx/PLIST index 59a9c4b565e..eccddb883f0 100644 --- a/www/nginx/PLIST +++ b/www/nginx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/01/23 16:32:11 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/06/15 20:05:48 joerg Exp $ sbin/nginx share/examples/nginx/conf/fastcgi.conf share/examples/nginx/conf/fastcgi_params @@ -6,6 +6,7 @@ share/examples/nginx/conf/koi-utf share/examples/nginx/conf/koi-win share/examples/nginx/conf/mime.types share/examples/nginx/conf/nginx.conf +${PLIST.uwsgi}share/examples/nginx/conf/uwsgi_params share/examples/nginx/conf/win-utf share/examples/nginx/html/50x.html share/examples/nginx/html/index.html |