fixes to migration script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
server {
|
server {
|
||||||
passenger_enabled on;
|
passenger_enabled on;
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name HOSTNAME;
|
server_name $hostname;
|
||||||
root /var/www/danbooru/current/public;
|
root /var/www/danbooru/current/public;
|
||||||
index index.html;
|
index index.html;
|
||||||
access_log /var/log/www/danbooru.access.log;
|
access_log /var/log/www/danbooru.access.log;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user