Update Nginx (#445)

* Update Nginx

* Update Dockerfile

* Update config.json
This commit is contained in:
Pascal Vizeli
2018-11-05 21:13:42 +01:00
committed by GitHub
parent 5fd76330b8
commit 95a9ff737c
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 2
- Update nginx to version 1.14.0
## 1.2
- Modify `server_names_hash_bucket_size` to add support for longer domain names

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache tzdata jq nginx libressl
RUN apk add --no-cache nginx libressl
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "NGINX Home Assistant SSL proxy",
"version": "1.2",
"version": "2",
"slug": "nginx_proxy",
"description": "An SSL/TLS proxy",
"url": "https://home-assistant.io/addons/nginx_proxy/",