Skip to content

Commit a1cc4af

Browse files
authored
Merge pull request #6504 from majamee/master
Fix nginx.server.ssl.conf
2 parents 2c586d0 + b9ae8ac commit a1cc4af

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)