Fix typo in nginx.danbooru.conf
This commit is contained in:
@@ -54,5 +54,5 @@ server {
|
||||
|
||||
upstream app_server {
|
||||
# server 127.0.0.1:9000;
|
||||
server unix:/tmp/.unicorn.sock
|
||||
server unix:/tmp/.unicorn.sock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user