web server/nginx 2014. 6. 2. 18:43

if ( $request_uri ~ "/file.txt" ) {

access_log off;

}

/file.txt 호출 시 로그 기록을 남기지 않는다.

posted by 구닥다리 엔지니어
: