diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /www/nginx-devel/files/patch-conf-nginx.conf | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes:
svn path=/head/; revision=158034
svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'www/nginx-devel/files/patch-conf-nginx.conf')
-rw-r--r-- | www/nginx-devel/files/patch-conf-nginx.conf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/nginx-devel/files/patch-conf-nginx.conf b/www/nginx-devel/files/patch-conf-nginx.conf deleted file mode 100644 index 5900493dac98..000000000000 --- a/www/nginx-devel/files/patch-conf-nginx.conf +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD$ - ---- conf/nginx.conf.orig Tue Nov 15 15:52:29 2005 -+++ conf/nginx.conf Tue Nov 15 15:53:32 2005 -@@ -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; - - server { -- listen 80; -+ listen %%HTTP_PORT%%; - server_name localhost; - - #charset koi8-r; -@@ -41,7 +41,7 @@ - #access_log logs/host.access.log main; - - location / { -- root html; -+ root %%PREFIX%%/www/nginx; - index index.html index.htm; - } - |