Merge pull request #364 from baus/master

Set reasonable nginx defaults for proxying to thin.
This commit is contained in:
Robin Ward 2013-03-05 06:36:17 -08:00
commit 7b861e5a6f

View file

@ -1,8 +1,8 @@
upstream discourse { upstream discourse {
server unix:///var/www/discourse/tmp/sockets/puma0.sock; server unix:///var/www/discourse/tmp/sockets/thin.0.sock;
server unix:///var/www/discourse/tmp/sockets/puma1.sock; server unix:///var/www/discourse/tmp/sockets/thin.1.sock;
server unix:///var/www/discourse/tmp/sockets/puma2.sock; server unix:///var/www/discourse/tmp/sockets/thin.2.sock;
server unix:///var/www/discourse/tmp/sockets/puma3.sock; server unix:///var/www/discourse/tmp/sockets/thin.3.sock;
} }
server { server {