mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #364 from baus/master
Set reasonable nginx defaults for proxying to thin.
This commit is contained in:
commit
7b861e5a6f
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue