12 2017 档案

摘要:location ~* (\.(7z|bat|bak|ini|log|rar|sql|swp|tar|zip|gz|git|asp|svn)|/phpmyadmin) { deny all; } 阅读全文
posted @ 2017-12-27 12:02 行知散人 阅读(1356) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2017-12-27 10:58 行知散人 编辑
摘要:转载记录: 1. location正则写法 一个示例: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 阅读全文
posted @ 2017-12-27 10:49 行知散人 阅读(170) 评论(0) 推荐(0) 编辑
摘要:使用journalctl -xe命令时报错: Error was encountered while opening journal files: Input/output error 日志文件损坏了,直接删除 rm -rf /var/log/journal/* 然后重启系统就好了 阅读全文
posted @ 2017-12-26 09:34 行知散人 阅读(1602) 评论(0) 推荐(0) 编辑
摘要:number_of_replicas 是数据备份数,如果只有一台机器,设置为0 number_of_shards 是数据分片数,默认为5,有时候设置为3 可以在线改所有配置的参数,number_of_shards不可以在线改 curl -XPUT '10.0.120.39:9200/_setting 阅读全文
posted @ 2017-12-13 11:01 行知散人 阅读(45938) 评论(1) 推荐(3) 编辑
摘要:Index Templatesedit Index Templatesedit Index Templatesedit Index Templatesedit Index templates allow you to define templates that will automatically 阅读全文
posted @ 2017-12-13 10:52 行知散人 阅读(2431) 评论(0) 推荐(0) 编辑
摘要:索引设置 你可以通过很多种方式来自定义索引行为,你可以阅读Index Modules reference documentation,但是: 提示: Elasticsearch 提供了优化好的默认配置。除非你明白这些配置的行为和为什么要这么做,请不要修改这些配置。 下面是两个最重要的设置: numb 阅读全文
posted @ 2017-12-12 14:34 行知散人 阅读(2681) 评论(0) 推荐(0) 编辑