아파치 http → https 리다이렉트 설정

Jmnote (토론 | 기여)님의 2018년 5월 23일 (수) 11:43 판 (→‎참고)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

아파치 http → https 리다이렉트 설정
<VirtualHost *:80>
	Redirect 301 / https://example.com
</VirtualHost>
http://example.com 으로 접속하면 https://example.com 로 보냄

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}