国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > Nginx > 正文

nginx http重定向https配置說明

2024-08-30 12:28:49
字體:
來源:轉載
供稿:網友

nginx http重定向https配置說明

現(xiàn)在什么蘋果,谷歌瀏覽器請求地扯基本都要求使用https了,如何把原來的http協(xié)議重定向到https中呢,這里我們可以使用http反向代理軟件nginx。

使用

安裝

yum install nginx -y

配置

cat /etc/nginxserver { listen 80; server_name dounine.com www.dounine.com; return  301 https://www.dounine.com$request_uri;}server { listen 443; server_name dounine.com dounine.com; return  301 https://www.dounine.com$request_uri;}server { listen 443; server_name www.dounine.com; ssl on; ssl_certificate /etc/nginx/dounine.crt; ssl_certificate_key /etc/nginx/dounine.key; location / { client_max_body_size 20m; proxy_pass http://127.0.0.1:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }}

以上配置可將www.dounine.com、dounine.com與https://dounine.com 重定向至https://www.dounine.com地扯中。

注意

記得將防火墻的80與443端口打開。

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 濮阳县| 湟中县| 开阳县| 浏阳市| 乌拉特前旗| 雷山县| 保靖县| 广丰县| 潞城市| 鲁山县| 曲靖市| 邛崃市| 河东区| 隆尧县| 阿尔山市| 苏尼特左旗| 堆龙德庆县| 南部县| 柘城县| 原平市| 永昌县| 张家界市| 蕲春县| 明光市| 郑州市| 东港市| 梨树县| 古交市| 南郑县| 织金县| 甘谷县| 黄冈市| 石家庄市| 和静县| 绍兴县| 石棉县| 罗田县| 龙口市| 常山县| 历史| 沁水县|