Commit 0f38b9db by lizefeng

fix

parent 3ee63496
......@@ -227,8 +227,8 @@ http {
listen 443;
server_name api.aims.bailuntec.com;
ssl on;
ssl_certificate ssl/api.aims.bailuntec.com.pem-del;
ssl_certificate_key ssl/api.aims.bailuntec.com.key-del;
ssl_certificate ssl/api.aims.bailuntec.com.pem;
ssl_certificate_key ssl/api.aims.bailuntec.com.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!eNULL;
ssl_prefer_server_ciphers on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment