mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +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
|
# 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ http {
|
|||||||
default upgrade;
|
default upgrade;
|
||||||
'' 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user