From baafa15bc343649bacdbba5463bf2e520d9d2464 Mon Sep 17 00:00:00 2001 From: MK Date: Wed, 7 May 2014 21:58:49 -0400 Subject: [PATCH] Fix Puma socket name As mentioned in https://github.com/discourse/discourse/commit/f784a188c69ddfa329ec882cbfab9b216256d5fb#commitcomment-5277066 --- config/nginx.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index ecf445f1f6d..991a07a5f6b 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -13,7 +13,7 @@ upstream discourse { # If you are going to use Puma, use these: # # upstream discourse { -# server unix:/var/www/discourse/tmp/sockets/puam.sock; +# server unix:/var/www/discourse/tmp/sockets/puma.sock; # }