Commit a6966424 by 泽锋 李

开启ssl

parent 2f4dfe6c
......@@ -261,6 +261,7 @@ http {
server {
listen 443 ssl;
server_name webhook.bailuntec.com;
ssl on;
root /ssl/;
ssl_certificate 3336670_webhook.bailuntec.com.pem;
ssl_certificate_key 3336670_webhook.bailuntec.com.key;
......
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