Hide server version banner from nginx_proxy (#2354)

This commit is contained in:
Sergio Conde Gómez
2022-01-21 10:56:31 +01:00
committed by GitHub
parent ec0411cc57
commit 5dc039373a
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 3.1.1
- Hide server version banner
## 3.1.0
- Allow use of ports other than 8123 in Home Assistant Core

View File

@@ -1,4 +1,4 @@
version: 3.1.0
version: 3.1.1
hassio_api: true
slug: nginx_proxy
name: NGINX Home Assistant SSL proxy

View File

@@ -11,7 +11,9 @@ http {
default upgrade;
'' close;
}
server_tokens off;
server_names_hash_bucket_size 64;
#include /data/cloudflare.conf;