fix for nginx init script
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user