Fix Puma socket name

As mentioned in f784a188c6 (commitcomment-5277066)
This commit is contained in:
MK 2014-05-07 21:58:49 -04:00
parent 1d98d70834
commit baafa15bc3
1 changed files with 1 additions and 1 deletions

View File

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