最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
nginx接入https/ssl关键配置文件
时间:2022-06-30 18:59:18 编辑:袖梨 来源:一聚教程网
https配置
| 代码如下 | 复制代码 |
|
server { ssl on; ssl_session_timeout 5m; ssl_protocols SSLv2 SSLv3 TLSv1; location / { |
|
实例 nginx接入https关键配置文件
| 代码如下 | 复制代码 |
|
ssl on; access_log /data/logs/SSL_www.test.com_access.log; root /www/test/ssl/web; index index.php index.html index.htm; if ($uri !~ ^.*(.xml|.html|.htm|index.php|soap.php|php.php|health.php|status|.swf|.css|.js|.gif|.png|.jpg|.jpeg|.ico)){ location ~ .php$ { |
|
实例 nginx接入ssl完整配置文件
| 代码如下 | 复制代码 |
|
server ssl on; access_log /data/logs/SSL_www.test.com_access.log; root /www/test/ssl/web; index index.php index.html index.htm; if ($uri !~ ^.*(.xml|.html|.htm|index.php|soap.php|php.php|health.php|status|.swf|.css|.js|.gif|.png|.jpg|.jpeg|.ico)){ location ~ .php$ { |
|
相关文章
- 梦幻西游175级咒师普陀山-服战装备搭配指南 05-21
- 实测Cursor下载安装全程:5分钟上手AI编程利器 05-21
- 曼达洛人主题曲堪称约翰威廉姆斯经典配乐之外最杰出的星球大战音乐 05-21
- 深海迷航2:异星水域耐热特性获取指南详解 05-21
- 2026年Cursor官网中文下载免费版vs付费版,5大区别实测 05-21
- DNF千海天版本:女散打毕业附魔搭配指南 05-21