Skip to content

Commit 342693c

Browse files
authored
Update proxy_ip.tpl
1 parent 0fe2480 commit 342693c

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)