aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-11-27 14:48:31 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-11-27 14:48:31 +0000
commitf8ecbd5d285a0e17000f150b2fe41def1e78a80c (patch)
tree36037411a0382bdd0691fd568d3ad957e6d8f51f /www/nginx
parente00021e003884e9ccf3af17c1ae72de649d62302 (diff)
downloadports-f8ecbd5d285a0e17000f150b2fe41def1e78a80c.tar.gz
ports-f8ecbd5d285a0e17000f150b2fe41def1e78a80c.zip
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf47
1 files changed, 0 insertions, 47 deletions
diff --git a/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf b/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf
index 944ffc415eb6..f65c7723ae42 100644
--- a/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf
+++ b/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf
@@ -43,50 +43,3 @@
#store_path_count=1
-#store_path0=/home/yuqing/fastdfs
+#store_path0=/var/db/fastdfs/storage
-
---- ../fastdfs-nginx-module-5a8110f/src/mod_fastdfs.conf.orig 2017-09-05 14:19:44.560907000 +0200
-+++ ../fastdfs-nginx-module-5a8110f/src/mod_fastdfs.conf 2017-09-05 14:24:43.475900000 +0200
-@@ -59,8 +59,8 @@
- # store_path#, based 0, if store_path0 not exists, it's value is base_path
- # the paths must be exist
- # must same as storage.conf
--store_path0=/home/yuqing/fastdfs
--#store_path1=/home/yuqing/fastdfs1
-+store_path0=/var/db/fastdfs/storage
-+#store_path1=/var/db/fastdfs/storage2
-
- # standard log level as syslog, case insensitive, value list:
- ### emerg for emergency
-@@ -92,6 +92,14 @@
- # NOTE: #include is an include directive, do NOT remove the # before include
- #include http.conf
-
-+# HTTP default content type
-+http.default_content_type = application/octet-stream
-+
-+# MIME types mapping filename
-+# MIME types file format: MIME_type extensions
-+# such as: image/jpeg jpeg jpg jpe
-+# you can use apache's MIME file: mime.types
-+http.mime_types_filename=/usr/local/etc/nginx/mime.types
-
- # if support flv
- # default value is false
-@@ -119,8 +127,8 @@
- #group_name=group1
- #storage_server_port=23000
- #store_path_count=2
--#store_path0=/home/yuqing/fastdfs
--#store_path1=/home/yuqing/fastdfs1
-+#store_path0=/var/db/fastdfs/storage
-+#store_path1=/var/db/fastdfs/storage2
-
- # group settings for group #2
- # since v1.14
-@@ -129,5 +137,5 @@
- #group_name=group2
- #storage_server_port=23000
- #store_path_count=1
--#store_path0=/home/yuqing/fastdfs
-+#store_path0=/var/db/fastdfs/storage
-