Carbon Forum
» 搜索 » user:大吉大利 post:true
nginx的vhost.conf配置问题
server { listen 80; listen 443 ssl; server_name www.a.com; root /a; index index.php index.html index.htm;
ssl_certificate /a.pem;
ssl_certificate_key /a.key;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC
大吉大利 •
2018-06-10 • 最后回复来自 lincanbin
nginx的vhost.conf配置问题
server { listen 80; listen 443 ssl; server_name www.a.com; root /a; index index.php index.html index.htm;
ssl_certificate /a.pem;
ssl_certificate_key /a.key;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC
大吉大利 •
2018-06-10 • 最后回复来自 lincanbin
1