Skip to content

Commit 7270895

Browse files
authored
Fix nginx.server.ssl.conf
#5120
1 parent ff8ed50 commit 7270895

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bin/config/nginx.server.ssl.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ server {
1111
# HTTPS configuration
1212

1313
server {
14-
listen 443;
15-
listen [::]:443 ipv6only=on;
14+
listen 443 ssl;
15+
listen [::]:443 ipv6only=on;
1616
server_name localhost;
1717

1818
access_log off;
1919

20-
ssl on;
21-
2220
# support only known-secure cryptographic protocols
2321
# SSLv3 is broken by POODLE as of October 2014
2422
ssl_protocols TLSv1.2 TLSv1.3;

0 commit comments

Comments
 (0)