update ik

This commit is contained in:
deepzz0
2016-11-12 01:51:55 +08:00
parent 7bc4a193bd
commit 05daeab0d9
21 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ MAINTAINER deepzz <deepzz.qi@gmail.com>
RUN apk update RUN apk update
RUN apk add ca-certificates RUN apk add ca-certificates
RUN echo "Asia/Shanghai" > /etc/timezone
COPY . /eiblog COPY . /eiblog
EXPOSE 9000 EXPOSE 9000

View File

@@ -34,7 +34,7 @@
description=IK Analyzer for Elasticsearch description=IK Analyzer for Elasticsearch
# #
# 'version': plugin's version # 'version': plugin's version
version=1.10.0 version=1.10.1
# #
# 'name': the plugin name # 'name': the plugin name
name=analysis-ik name=analysis-ik
@@ -68,7 +68,7 @@ java.version=1.7
# elasticsearch release. This version is checked when the plugin # elasticsearch release. This version is checked when the plugin
# is loaded so Elasticsearch will refuse to start in the presence of # is loaded so Elasticsearch will refuse to start in the presence of
# plugins with the incorrect elasticsearch.version. # plugins with the incorrect elasticsearch.version.
elasticsearch.version=2.4.0 elasticsearch.version=2.4.1
# #
### deprecated elements for jvm plugins : ### deprecated elements for jvm plugins :
# #

View File

@@ -103,7 +103,7 @@ server {
proxy_set_header Host deepzz.com; proxy_set_header Host deepzz.com;
proxy_set_header X-Real_IP $remote_addr; proxy_set_header X-Real_IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 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; proxy_pass http://127.0.0.1:9000;
} }