install script fixes

This commit is contained in:
albert
2011-08-28 13:17:38 -04:00
parent 8b0ff52ede
commit 6e54f257af
2 changed files with 16 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ server {
server_name HOSTNAME;
root /var/www/danbooru/public;
index index.html;
access_log /var/www/danbooru/log/server.access.log;
error_log /var/www/danbooru/log/server.error.log;
access_log /var/log/www/danbooru.access.log;
error_log /var/log/www/danbooru.error.log;
client_max_body_size 30m;
location /stylesheets {
expires max;