Commit c3ce5839 by 泽锋 李

调整证书目录

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