switching from lighttpd to nginx ... and that's quite enough nonsense for now

This commit is contained in:
Dan Buch
2010-12-28 21:11:51 -05:00
parent 72d0174884
commit 41d8e83728
6 changed files with 137 additions and 17 deletions

3
docroot/nginx-serve Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
HERE="$(dirname $(readlink -f $0))"
exec nginx -p $HERE/ -c $HERE/nginx.conf