Skip to content

Commit

Permalink
add initial nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jul 28, 2013
1 parent bae8bbc commit deb9ea2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/listen.nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
server {
server_name listen.hatnote.com l2w.hatnote.com;
listen 80;
root /home/hatnote/listen/static/;
access_log /home/hatnote/listen/logs/access.log combined buffer=128k flush=10s;
error_log /home/hatnote/listen/logs/error.log;

expires 1d;
}

0 comments on commit deb9ea2

Please sign in to comment.