四川圣与卓专注绵阳梓潼网站设计 梓潼网站制作 梓潼网站建设
绵阳梓潼网站建设公司服务热线:028-86922220
网站建设
移动开发
小程序开发
运维推广
网站推广
网站推广
运维外包
运维外包
网站报价
经典案例
网站知识
关于我们
网站建设知识
十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
linux安装ssl失败原因-创新互联
配置文件成功的情况下打不开:开放端口 设置端口
server { listen 443 default ssl; //需要加不然会显示404 default ssl server_name 域名; ssl_certificate zhengshu/certificate.crt; ssl_certificate_key zhengshu/36xueshecom.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!3DES:!aNULL:!MD5:!ADH:!RC4; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; location / { try_files $uri $uri/ /index.php?$query_string; root /www/laravel/public; index index.html index.htm index.php; } location ~ .php$ { root /www/laravel/public; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
当前标题:linux安装ssl失败原因-创新互联
标题来源:
http://www.myzitong.cn/article/dcgcoh.html
其他资讯
c++中怎么将对象作为参数传递
怎么在python中实现多行列表
Java怎么下载压缩包
如何分析J2EE体系架构设计中的会话面和数据访问对象
SpringBoot实现Excel文件批量上传导入数据库