1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/1eb32dbab2c1/ changeset: 1eb32dbab2c1 user: greg date: 2012-05-03 20:00:32 summary: Clarify host string value in community_wsgi.ini. affected #: 1 file diff -r ea9f3c25a41576216f3c328e3333ebdb55250ed1 -r 1eb32dbab2c1a0bc308eb4d3a069fa55ff6ecb83 community_wsgi.ini.sample --- a/community_wsgi.ini.sample +++ b/community_wsgi.ini.sample @@ -4,7 +4,12 @@ use = egg:Paste#http port = 9009 + +# The address on which to listen. By default, only listen to localhost (the tool shed will not +# be accessible over the network). Use '0.0.0.0' to listen on all available network interfaces. +#host = 0.0.0.0 host = 127.0.0.1 + use_threadpool = true threadpool_workers = 10 Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.