mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-17 20:02:27 +08:00
update ik
This commit is contained in:
Binary file not shown.
@@ -34,7 +34,7 @@
|
||||
description=IK Analyzer for Elasticsearch
|
||||
#
|
||||
# 'version': plugin's version
|
||||
version=1.10.0
|
||||
version=1.10.1
|
||||
#
|
||||
# 'name': the plugin name
|
||||
name=analysis-ik
|
||||
@@ -68,7 +68,7 @@ java.version=1.7
|
||||
# elasticsearch release. This version is checked when the plugin
|
||||
# is loaded so Elasticsearch will refuse to start in the presence of
|
||||
# plugins with the incorrect elasticsearch.version.
|
||||
elasticsearch.version=2.4.0
|
||||
elasticsearch.version=2.4.1
|
||||
#
|
||||
### deprecated elements for jvm plugins :
|
||||
#
|
||||
@@ -103,7 +103,7 @@ server {
|
||||
proxy_set_header Host deepzz.com;
|
||||
proxy_set_header X-Real_IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-XSS-Protection 1; mode=block;
|
||||
proxy_set_header X-XSS-Protection "1; mode=block";
|
||||
|
||||
proxy_pass http://127.0.0.1:9000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user