mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Add support for longer domain names in nginx_proxy (#278)
* Add support for longer domain names in nginx_proxy Fixes #243 * Update nginx.conf * update changelog * bump nginx_proxy to version 1.2
This commit is contained in:
committed by
Pascal Vizeli
parent
a07e671a77
commit
26db807753
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 1.2
|
||||
- Modify `server_names_hash_bucket_size` to add support for longer domain names
|
||||
|
||||
## 1.1
|
||||
- Update run.sh info messages
|
||||
- Make HSTS configurable and optional
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NGINX Home Assistant SSL proxy",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"slug": "nginx_proxy",
|
||||
"description": "An SSL/TLS proxy",
|
||||
"url": "https://home-assistant.io/addons/nginx_proxy/",
|
||||
|
||||
@@ -11,6 +11,8 @@ http {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
server {
|
||||
server_name _;
|
||||
|
||||
Reference in New Issue
Block a user