Fix typo in nginx.danbooru.conf

This commit is contained in:
nothink
2019-08-06 07:48:08 +09:00
parent c03a3b9ce0
commit 14b0b3f000

View File

@@ -54,5 +54,5 @@ server {
upstream app_server {
# server 127.0.0.1:9000;
server unix:/tmp/.unicorn.sock
server unix:/tmp/.unicorn.sock;
}