mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Update Nginx (#445)
* Update Nginx * Update Dockerfile * Update config.json
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2
|
||||||
|
- Update nginx to version 1.14.0
|
||||||
|
|
||||||
## 1.2
|
## 1.2
|
||||||
- Modify `server_names_hash_bucket_size` to add support for longer domain names
|
- Modify `server_names_hash_bucket_size` to add support for longer domain names
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
|||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN apk add --no-cache tzdata jq nginx libressl
|
RUN apk add --no-cache nginx libressl
|
||||||
|
|
||||||
# Copy data
|
# Copy data
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NGINX Home Assistant SSL proxy",
|
"name": "NGINX Home Assistant SSL proxy",
|
||||||
"version": "1.2",
|
"version": "2",
|
||||||
"slug": "nginx_proxy",
|
"slug": "nginx_proxy",
|
||||||
"description": "An SSL/TLS proxy",
|
"description": "An SSL/TLS proxy",
|
||||||
"url": "https://home-assistant.io/addons/nginx_proxy/",
|
"url": "https://home-assistant.io/addons/nginx_proxy/",
|
||||||
|
|||||||
Reference in New Issue
Block a user