fix to install script, add ordering to dmails

This commit is contained in:
albert
2011-12-07 16:58:52 -05:00
parent 746901357a
commit ee1329235d
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
server {
passenger_enabled on;
listen 80;
server_name $hostname;
server_name __hostname__;
root /var/www/danbooru/current/public;
index index.html;
access_log /var/log/www/danbooru.access.log;
@@ -16,7 +16,7 @@ server {
break;
}
location /data {
valid_referers none HOSTNAME;
valid_referers none __hostname__;
if ($invalid_referer) {
return 403;
}