From fe320b0086b7d156e922b2a431fc20a5353f06df Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Thu, 12 Nov 2015 17:36:03 +0800 Subject: [PATCH] #28 Fix typo --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index 529ced3..77fd02b 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,5 +1,5 @@ upstream puma { - server unix:///home/deployerer/apps/libr/shared/tmp/sockets/libr-puma.sock; + server unix:///home/deployer/apps/libr/shared/tmp/sockets/libr-puma.sock; } server {