Skip to content

Commit 58f88b6

Browse files
author
zhaochengyu
committed
update ssl
1 parent 9c1827c commit 58f88b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.sh

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ http {
1212
keepalive_timeout 300;
1313
server {
1414
listen "$PORT";
15-
ssl on;
16-
ssl_certificate /etc/nginx/ssl.crt;
17-
ssl_certificate_key /etc/nginx/ssl.key;
18-
ssl_session_timeout 60m;
19-
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
2015
server_name 127.0.0.1;
2116
gzip on;
2217
gzip_min_length 1k;

0 commit comments

Comments
 (0)