diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-08 16:32:33 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-06-08 16:32:33 +0000 |
commit | 3370b8826b420a555653cb1a25f117bc32e65a77 (patch) | |
tree | 25591b5a1860b6df82ba4050051628c5390bec81 /www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf | |
parent | Unbreak vuxmlbuild (diff) |
Merge r535197 from www/nginx-devel:
Remove legacy third-party modules:
o) modsecurity2
o) fastdfs
All modules, including all third-party modules, are dynamic now.
Sponsored by: Netzkommune GmbH
Notes
Notes:
svn path=/head/; revision=538233
Diffstat (limited to 'www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf')
-rw-r--r-- | www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf | 46 |
1 files changed, 0 insertions, 46 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 deleted file mode 100644 index 7ce2f0d05997..000000000000 --- a/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf +++ /dev/null @@ -1,46 +0,0 @@ ---- ../fastdfs-nginx-module-8796a7d/src/mod_fastdfs.conf.orig 2018-07-19 19:22:45.973450000 +0200 -+++ ../fastdfs-nginx-module-8796a7d/src/mod_fastdfs.conf 2018-07-19 19:28:48.173589000 +0200 -@@ -59,8 +59,8 @@ store_path_count=1 - # 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 @@ if_alias_prefix= - # 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_count = 0 - #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,4 @@ group_count = 0 - #group_name=group2 - #storage_server_port=23000 - #store_path_count=1 --#store_path0=/home/yuqing/fastdfs -- -+#store_path0=/var/db/fastdfs/storage |