make unix domain sockets listening example match web.socketed.template.yml (#10060)

This commit is contained in:
Patrick Schleizer 2020-06-18 15:30:08 +00:00 committed by GitHub
parent 3a780bc49d
commit 2d63d7d05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)