fix for nginx init script

This commit is contained in:
albert
2011-08-30 12:17:25 -04:00
parent f74b6d76a9
commit 80c142dc1d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
server {
listen 80;
server_name HOSTNAME;
root /var/www/danbooru/public;
root /var/www/danbooru/current/public;
index index.html;
access_log /var/log/www/danbooru.access.log;
error_log /var/log/www/danbooru.error.log;