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 # Changelog
## 3.1.1
- Hide server version banner
## 3.1.0 ## 3.1.0
- Allow use of ports other than 8123 in Home Assistant Core - 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 hassio_api: true
slug: nginx_proxy slug: nginx_proxy
name: NGINX Home Assistant SSL proxy name: NGINX Home Assistant SSL proxy

View File

@@ -12,6 +12,8 @@ http {
'' close; '' close;
} }
server_tokens off;
server_names_hash_bucket_size 64; server_names_hash_bucket_size 64;
#include /data/cloudflare.conf; #include /data/cloudflare.conf;