mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
update ik
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Binary file not shown.
@@ -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 :
|
||||||
#
|
#
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user