diff options
author | osa <osa@FreeBSD.org> | 2008-05-19 20:01:14 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-05-19 20:01:14 +0800 |
commit | 2c97f9b74ff04cf52f34d0afde63fbded580fede (patch) | |
tree | 6bc459fc2d3ee2aca2aa1dad264209194321fdef /www/nginx/files | |
parent | b855c7f8d7ed75d7b8e300f8ea781d883544dea6 (diff) | |
download | freebsd-ports-gnome-2c97f9b74ff04cf52f34d0afde63fbded580fede.tar.gz freebsd-ports-gnome-2c97f9b74ff04cf52f34d0afde63fbded580fede.tar.zst freebsd-ports-gnome-2c97f9b74ff04cf52f34d0afde63fbded580fede.zip |
Update [stable branch] to 0.6.31.
Merge from -devel useful things.
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/patch-conf-nginx.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/nginx/files/patch-conf-nginx.conf b/www/nginx/files/patch-conf-nginx.conf index 049fa52cf1e7..7ff1d6634c1e 100644 --- a/www/nginx/files/patch-conf-nginx.conf +++ b/www/nginx/files/patch-conf-nginx.conf @@ -3,15 +3,6 @@ $FreeBSD$ --- conf/nginx.conf.orig Thu Jan 18 10:08:18 2007 +++ conf/nginx.conf Thu Jun 14 12:57:52 2007 -@@ -15,7 +15,7 @@ - - - http { -- include conf/mime.types; -+ include mime.types; - default_type application/octet-stream; - - #log_format main '$remote_addr - $remote_user [$time_gmt] $status ' @@ -33,7 +33,7 @@ #gzip on; |