넥스트 Type-C 허브 Review by 김주엽
sample code by 김동현 about Git
- This blog contains Linux Kernel Analysis(4
- x) and kernel crash debugging case-study for seminar and lecture
- by AustinKim
[ nginx ] multiple access log when redirect http to https by 김동범 about Nginx,HTTPS
- nginx는 기본적으로 요청이 들어왔을 때 현재의 스코프내에서 정의되어져 있는 access_log가 있다면 해당 경로에 access log를 남기고 그렇지 않다면 그 상위 스코프에 있는 access_log에 접근해 access log를 남긴다는 것이다
- 따라서 'http'요청일 경우 access log를 남기고 싶지 않다면 if 블럭에 'access_log off'를 주어 access log를 남기지 않도록 한다
- the access_log directive defined on a particular configuration level overrides the settings from the previous levels