Browse Source

Update unassigned.inc

myrevery 5 years ago
parent
commit
cff212ad89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/deb/nginx/unassigned.inc

+ 1 - 0
install/deb/nginx/unassigned.inc

@@ -37,6 +37,7 @@ server {
     server_name _;
     ssl_certificate      /usr/local/hestia/ssl/certificate.crt;
     ssl_certificate_key  /usr/local/hestia/ssl/certificate.key;
+    ssl_reject_handshake on;
 
     return 301 http://$host$request_uri;