spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 45598bcef181cb87513331be53f8ab29002d282f
parent 7955d2a6db96a5b84d19d1cb8ab2e877ad21eb32
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 27 Aug 2014 19:00:11 -0700

web: nginx logs

Diffstat:
Mweb/nginx.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/web/nginx.conf b/web/nginx.conf @@ -8,4 +8,7 @@ server { listen 80; server_name spek.cc; root /home/alex/spek/static; + + access_log /var/log/nginx/access-spek.log; + error_log /var/log/nginx/error-spek.log; }