Nginx(1.2.7)将HTTP重定向到HTTPS

时间:2014-08-18 13:39:26

标签: http redirect ssl nginx https

在我的服务器上安装http Nginx版本:1.2.7

今天我开启了SSL。

但我有一个大问题,我不知道如何设置绝对所有子页面永久转移到:https://example.com

所以我想要这一切:

  • http://example.com
  • http://www.example.com

重定向到https://example.com

  • http://www.example.com/test.pdf 被重定向到https://example.com/test.pdf

喜欢所有子页面(我有500个子页面200 html - 300 pdf)。

在我的https上安装了Apache。

如何配置所有内容,因为我知之甚少。

1 个答案:

答案 0 :(得分:0)

试试这个:返回301 https://example.com $ request_uri;