diff options
Diffstat (limited to 'www/nginx-devel/files/patch-conf-nginx.conf')
-rw-r--r-- | www/nginx-devel/files/patch-conf-nginx.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/nginx-devel/files/patch-conf-nginx.conf b/www/nginx-devel/files/patch-conf-nginx.conf index 734d51b9382a..5900493dac98 100644 --- a/www/nginx-devel/files/patch-conf-nginx.conf +++ b/www/nginx-devel/files/patch-conf-nginx.conf @@ -1,9 +1,9 @@ $FreeBSD$ ---- conf/nginx.conf.orig Wed Oct 20 14:46:31 2004 -+++ conf/nginx.conf Thu Oct 21 19:47:18 2004 -@@ -12,7 +12,7 @@ +--- 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 { @@ -11,18 +11,18 @@ $FreeBSD$ + include mime.types; default_type application/octet-stream; - sendfile on; -@@ -20,7 +20,7 @@ + #log_format main '$remote_addr - $remote_user [$time_gmt] $status ' +@@ -33,7 +33,7 @@ #gzip on; server { -- listen 80; -+ listen %%HTTP_PORT%%; +- listen 80; ++ listen %%HTTP_PORT%%; + server_name localhost; - charset on; - source_charset koi8-r; -@@ -28,7 +28,7 @@ - #access_log logs/access.log; + #charset koi8-r; +@@ -41,7 +41,7 @@ + #access_log logs/host.access.log main; location / { - root html; |