ELB 에서 https > http 로 변환해서 EC2 인스턴스로 넘겨줄경우, trusted proxy 처리를 해줘야한다. app/Http/Middleware/TrustProxies.php
Continue reading...Web Server
[Ubuntu] Apache2 ssl 적용 (https)
운영체제 및 웹서버 환경 실행 환경 Ubuntu 20.04 LTS Apache2 OpenSSL 업데이트 SSL인증서는 무료 SSL 인증서인 Let’s Encrypt 의 SSL 인증서를 적용한다. 다른 인증서 업체와는 달리 무료이며, 유효기간은 3개월이어서 배치작업 또는 수동으로...
Continue reading...[Apache2] http -> https 리다이렉트
작업환경* Ubuntu 20.04 LTS* Apache2 1. 아파치 설정 파일 (httpd.conf) 경로찾기 두 행을 조합하면 /etc/apache2/apache2.conf 경로가 나옴 즉, 아파치 httpd 설정은 ‘/etc/apache2/apache2.conf’ 여기서 하면 됨 R,L] 은 무엇인가? R은 강제 Redirect, L은...
Continue reading...