mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Update Nginx (#445)
* Update Nginx * Update Dockerfile * Update config.json
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 /
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user