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 342693cCopy full SHA for 342693c
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
server_name _;
18
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
19
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
20
+ ssl_reject_handshake on;
21
22
return 301 http://$host$request_uri;
23
0 commit comments