Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
Archives
- Today
- Total
목록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