Merge pull request #4122 from nothink/nginx-configuration-fix

Fix typo in nginx.danbooru.conf
This commit is contained in:
evazion
2019-08-05 17:50:19 -05:00
committed by GitHub

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;
}