mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #364 from baus/master
Set reasonable nginx defaults for proxying to thin.
This commit is contained in:
commit
7b861e5a6f
@ -1,8 +1,8 @@
|
||||
upstream discourse {
|
||||
server unix:///var/www/discourse/tmp/sockets/puma0.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/puma1.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/puma2.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/puma3.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/thin.0.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/thin.1.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/thin.2.sock;
|
||||
server unix:///var/www/discourse/tmp/sockets/thin.3.sock;
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user