nginx에서 잘못된 로그인 비밀번호를 기록함

nginx에서 잘못된 로그인 비밀번호를 기록함

nginx 로그에서 보고 싶은 것은 누군가가 내 서버에 로그인을 시도하고 잘못된 비밀번호를 입력했을 때입니다. /var/log/nginx/error.log에 오류가 표시되지 않습니다.

2016/08/12 08:45:14 [error] 1282#0: *25820 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:45:55 [error] 1282#0: *25727 upstream timed out (110: Connection timed out) while sending request to upstream, client: 95.147.166.217, server: 172.31.0.10, request: "POST /index.php/apps/files/ajax/upload.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:46:04 [error] 1280#0: *25849 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:46:14 [error] 1282#0: *25820 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:46:56 [error] 1282#0: *25727 upstream timed out (110: Connection timed out) while sending request to upstream, client: 95.147.166.217, server: 172.31.0.10, request: "POST /index.php/apps/files/ajax/upload.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:47:04 [error] 1280#0: *25859 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:47:15 [error] 1282#0: *25820 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"
2016/08/12 08:52:03 [error] 1282#0: *25727 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 95.147.166.217, server: 172.31.0.10, request: "POST /index.php/apps/files/ajax/upload.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "mysecurecloud.ddns.net"

또한 인터넷의 일부 가이드에 따라 로그 수준을 변경하려고 시도했지만 명령이 인식되지 않았습니다.

2016/08/12 11:47:44 [emerg] 32543#0: unknown log format "info" in /etc/nginx/nginx.conf:40
2016/08/12 11:48:54 [emerg] 32556#0: unknown log format "warn" in /etc/nginx/nginx.conf:40

어떤 아이디어가 있나요?

관련 정보