fix to install script, add ordering to dmails
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user