summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/patch-conf-nginx.conf
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /www/nginx-devel/files/patch-conf-nginx.conf
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'www/nginx-devel/files/patch-conf-nginx.conf')
-rw-r--r--www/nginx-devel/files/patch-conf-nginx.conf32
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 734d51b9382a..000000000000
--- a/www/nginx-devel/files/patch-conf-nginx.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-
-$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 @@
-
-
- http {
-- include conf/mime.types;
-+ include mime.types;
- default_type application/octet-stream;
-
- sendfile on;
-@@ -20,7 +20,7 @@
- #gzip on;
-
- server {
-- listen 80;
-+ listen %%HTTP_PORT%%;
-
- charset on;
- source_charset koi8-r;
-@@ -28,7 +28,7 @@
- #access_log logs/access.log;
-
- location / {
-- root html;
-+ root %%PREFIX%%/www/nginx;
- index index.html index.htm;
- }
-