각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
첨부파일 https://imweb.eond.com/webtip/399511
server {
    listen 80;
    server_name eond.com www.eond.com;
    rewrite ^/(.*) https://eond.com/$1 permanent;
}

server {
    listen 443 ssl http2;
    server_name www.eond.com;
    ssl_certificate /etc/letsencrypt/live/eond.com/fullchain.pem;
   ssl_certificate_key /etc/letsencrypt/live/eond.com/privkey.pem;
   
    rewrite ^/(.*) https://eond.com/$1 permanent;
}

server {
    listen 443 ssl http2;
    server_name eond.com;

    ssl_certificate /etc/letsencrypt/live/eond.com/fullchain.pem;
       ssl_certificate_key /etc/letsencrypt/live/eond.com/privkey.pem;

    [ stuff goes here ]
}
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 15 articles in 1 / 2 pages
번호 제목 제목 조회 수 날짜날짜
15 [Nginx] 비밀글 리노드 서버 다운그레이드 0 2017/11/08
14 [Nginx] 비밀글 SSL 설정하기 0 2017/10/15
13 [Nginx] 비밀글 nginx rewrite 룰 0 2017/05/30
12 [Nginx] 비밀글 certbot 수동 발급 0 2017/11/02
11 [Nginx] : /bin/bash^M: bad interpreter: No such file or directory 63 2017/10/28
현재글 [Nginx] nginx-redirects-http-to-https-and-www-to-non-www 79 2018/04/21
9 [Nginx] Nginx Access Log 포맷 설정 80 2017/10/23
8 [Nginx] https가 아닐 경우 https로 리다이렉트하는 방법 파일 170 2018/04/25
7 [Nginx] NGINX REVERSE PROXY 189 2017/10/15
6 [Nginx] NGINX PHP 파일 업로드 용량 파일 229 2018/12/16
5 [Nginx] [Nginx+Rewriterule] apache / nginx 에서 .php 생략하기 330 2017/05/30
4 [Nginx] Nginx 모니터링 툴 400 2017/10/23

해시태그 디렉터리

오늘의 핫게시물