Skip to content

Commit 3a6d327

Browse files
authored
Merge pull request hestiacp#2 from myrevery/patch-2
Update proxy_ip.tpl
2 parents 78e70f1 + 342693c commit 3a6d327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/deb/templates/web/nginx/proxy_ip.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ server {
1313
}
1414

1515
server {
16-
listen %ip%:%proxy_ssl_port% ssl http2;
16+
listen %ip%:%proxy_ssl_port% ssl http2 default;
1717
server_name _;
1818
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
1919
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
20+
ssl_reject_handshake on;
2021
2122
return 301 http://$host$request_uri;
2223

0 commit comments

Comments
 (0)