mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Hide server version banner from nginx_proxy (#2354)
This commit is contained in:
committed by
GitHub
parent
ec0411cc57
commit
5dc039373a
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: 3.1.0
|
||||
version: 3.1.1
|
||||
hassio_api: true
|
||||
slug: nginx_proxy
|
||||
name: NGINX Home Assistant SSL proxy
|
||||
|
||||
@@ -12,6 +12,8 @@ http {
|
||||
'' close;
|
||||
}
|
||||
|
||||
server_tokens off;
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
#include /data/cloudflare.conf;
|
||||
|
||||
Reference in New Issue
Block a user