mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
make unix domain sockets listening example match web.socketed.template.yml (#10060)
This commit is contained in:
parent
3a780bc49d
commit
2d63d7d05e
@ -4,10 +4,8 @@ types {
|
||||
}
|
||||
|
||||
upstream discourse {
|
||||
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 unix:/var/www/discourse/tmp/sockets/nginx.http.sock;
|
||||
server unix:/var/www/discourse/tmp/sockets/nginx.https.sock;
|
||||
}
|
||||
|
||||
# inactive means we keep stuff around for 1440m minutes regardless of last access (1 week)
|
||||
|
Loading…
Reference in New Issue
Block a user