Skip to content

Instantly share code, notes, and snippets.

@nqb
Created August 30, 2019 05:04
Show Gist options
  • Save nqb/523bb3347e20845a7cc275fc1b4db477 to your computer and use it in GitHub Desktop.
Save nqb/523bb3347e20845a7cc275fc1b4db477 to your computer and use it in GitHub Desktop.
debops nginx logs
vagrant@debops:~/src/controller$ sudo tail /var/log/nginx/access.log
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:33 +0000] "GET http://deb.debian.org/debian/dists/buster/InRelease HTTP/1.1" 301 178 "-" "Debian APT-HTTP/1.3 (1.8.2)"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:33 +0000] "GET http://security.debian.org/dists/buster/updates/InRelease HTTP/1.1" 301 178 "-" "Debian APT-HTTP/1.3 (1.8.2)"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:33 +0000] "GET http://deb.debian.org/debian/dists/buster-updates/InRelease HTTP/1.1" 301 178 "-" "Debian APT-HTTP/1.3 (1.8.2)"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:33 +0000] "GET http://deb.debian.org/debian/dists/buster-backports/InRelease HTTP/1.1" 301 178 "-" "Debian APT-HTTP/1.3 (1.8.2)"
vagrant@debops:~/src/controller$ sudo tail /var/log/nginx/debops.apt_cacher_ng_https_access.log
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:34 +0000] "CONNECT security.debian.org:443 HTTP/1.1" 400 166 "-" "-"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:34 +0000] "CONNECT deb.debian.org:443 HTTP/1.1" 400 166 "-" "-"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:34 +0000] "CONNECT deb.debian.org:443 HTTP/1.1" 400 166 "-" "-"
::ffff:172.28.128.8 - - [30/Aug/2019:05:03:34 +0000] "CONNECT deb.debian.org:443 HTTP/1.1" 400 166 "-" "-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment