This article describes the basic configuration of a proxy server. You will learn how to pass a request from NGINX to proxied servers over different protocols, modify client request headers that are sent to the proxied server, and configure buffering of responses coming from the proxied servers.Table 더보기
Certbot 설치https://www.google.co.kr/search?ei=spn4We7_Msmt0AT_tIBY&q=certbot+%EC%84%A4%EC%B9%98&oq=certbot+%EC%84%A4%EC%B9%98&gs_l=psy-ab.3..0.2186.3057.0.3229.4.4.0.0.0.0.121.447.0j4.4.0....0...1.1.64.psy-ab..0.2.232....0.DpDIojobllIlet’s Encrypt SSL 무료 인증서 certbot을 통해 설치 및 설정법http 더보기
Nginx 설정인덱스 페이지 + PHP 작업if($_SERVER['HTTPS']!=='on'){
header('Location: https://'.$_SERVER["HTTP_HOST"].$_SERVER['REQUEST_URI']);
}https가 아닐 경우 https로 리다이렉트하는 방법