1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nginxでhttpからhttpsにリダイレクトされない!と思ったら

Posted at

光の速さのWEBサーバー(nginx)をlet's encryptでSSL化及びHTTP/2化。ついでにセキュリティ評価をA+にする。
こちらの通り設定したものの、リダイレクトされなくて困った初心者の私のメモ

以下を確認

/etc/nginx/nginx.confを開き、36行目のinclude /etc/nginx/conf.d/*.conf;の下に80番ポートの設定が生きていたらコメントアウトしてみる

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?