We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b63456 + 3a6d327 commit 85f5475Copy full SHA for 85f5475
2 files changed
install/deb/nginx/unassigned.inc
@@ -37,6 +37,7 @@ server {
37
server_name _;
38
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
39
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
40
+ ssl_reject_handshake on;
41
42
return 301 http://$host$request_uri;
43
install/deb/templates/web/nginx/proxy_ip.tpl
@@ -13,10 +13,11 @@ server {
13
}
14
15
server {
16
- listen %ip%:%proxy_ssl_port% ssl http2;
+ listen %ip%:%proxy_ssl_port% ssl http2 default;
17
18
19
20
21
22
23
0 commit comments