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.
2 parents 78e70f1 + 342693c commit 3a6d327Copy full SHA for 3a6d327
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