본문 바로가기

고졸백수해킹일기

검색하기
고졸백수해킹일기
프로필사진 ExploitSori

  • 분류 전체보기 (139)
    • Wargame (52)
      • knock.xss.moe (30)
      • lob (20)
      • pwnable.tw (2)
    • Reversing (8)
    • Pwnable (7)
    • Web (5)
    • Blockchain (10)
      • core (1)
    • CVE-Exploits (5)
    • 코딩 (13)
      • python (2)
      • node.js (4)
    • 보안상식 (2)
      • 정보보안기사 (1)
    • etc (16)
      • OS (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Tags
  • xlsx
  • pwnable
  • NGINX
  • gogs
  • 도메인 https
  • 노드 엑셀
  • node
  • node.js
  • 코드게이트2017
  • Codegate
  • npm
  • doorlock
  • shellcraft
  • CODEGATE2018
  • openctf
  • https
  • https설정
  • CVE
  • 코드게이트
  • blueborne
  • codegate2017
  • Branch
  • 코드게이트 주니어
  • Git
  • lob
  • gogs private git
  • BLUETOOTH
  • module
  • pwntools
  • Hacking
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록https (1)

고졸백수해킹일기

nginx https 적용

server { listen 443 ssl; server_name domain; ssl_certificate /etc/letsencrypt/live/domain/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/domain/privkey.pem; location / { proxy_pass http://domain:8080; }} 주의. nginx는 default설정이 기본 설정이 아니라 리스팅 되는 가장 첫번째 파일이 베이스로 시작된다.nginx는 proxy_pass와 http를 바로 https로 적용해 주는 메리트가 정말 큰 것 같다.

etc 2019. 3. 24. 02:16
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바