Summary
I've been running a website on a VPS and I ran into my first bit of downtime (~4 minutes). However the website was only down for me and I can't see anything in the obvious log files. Where should I be looking?
There's no entries in php5-fpm.log for the time or 20 minutes either side. There's nothing in the error log.
The only entries in the nginx access log are for the "Is it down for everyone or just me service".
Where else should I look?
Detailed
Server: Ubuntu 12.04, LEMP Stack
I was getting the error: "This webpage is not available". However according to other ping checkers the website was only down for me (my house, multiple computers in my house didn't work.) Other websites worked fine.
It was only down for a couple minutes and I didn't have time to get someone else to try it. I checked with my domain provider and they said they had no downtime.
Nginx access log:
(Advagg is a drupal module which aggregates the css and js files. If it fails the site should just appear without style).
127.0.0.1 - - [06/Mar/2014:22:24:20 +0000] "GET /authcache-varnish-get-key HTTP/1.1" 302 46 "http://www.downforeveryoneorjustme.com/mysite.net" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36"
127.0.0.1 - - [06/Mar/2014:22:24:21 +0000] "GET / HTTP/1.1" 302 46 "http://www.downforeveryoneorjustme.com/mysite.net" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36"
127.0.0.1 - - [06/Mar/2014:22:24:38 +0000] "GET /sites/default/files/advagg_css/css__1394144677.css HTTP/1.1" 404 325 "-" "Drupal (+http://drupal.org/)"
127.0.0.1 - - [06/Mar/2014:22:24:39 +0000] "GET /sites/default/files/advagg_js/js__1394144677.js HTTP/1.1" 404 325 "-" "Drupal (+http://drupal.org/)"
127.0.0.1 - - [06/Mar/2014:22:25:00 +0000] "GET /sites/default/files/advagg_css/css__1394144700.css HTTP/1.1" 404 325 "-" "Drupal (+http://drupal.org/)"
127.0.0.1 - - [06/Mar/2014:22:25:01 +0000] "GET /sites/default/files/advagg_js/js__1394144700.js HTTP/1.1" 404 325 "-" "Drupal (+http://drupal.org/)"