spek

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

commit 7955d2a6db96a5b84d19d1cb8ab2e877ad21eb32
parent 04ee5288aad937e48352ca4b56a6dfb013402867
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 27 Aug 2014 17:49:19 -0700

web: Update root dir

Diffstat:
Mweb/nginx.conf | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/web/nginx.conf b/web/nginx.conf @@ -7,10 +7,5 @@ server { server { listen 80; server_name spek.cc; - root /home/alexander/spek/static; - - location / { - access_log off; - expires 1d; - } + root /home/alex/spek/static; }