We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe2480 commit cff212aCopy full SHA for cff212a
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
0 commit comments