~abompard/mailman-bundler/mailman-bundler

« back to all changes in this revision

Viewing changes to templates/deployment/gunicorn.conf.in

  • Committer: Aurélien Bompard
  • Date: 2015-04-18 18:21:41 UTC
  • Revision ID: aurelien@bompard.org-20150418182141-3w9r8l4jk7v7mgva
Gunicorn does not listen to multiple adresses on the same port

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bind = ['0.0.0.0:8000', '[::]:8000']
 
1
bind = ['0.0.0.0:8000']
2
2
proc_name = "mailman-web"
3
3
chdir = "${buildout:directory}"
4
4
pidfile = "${buildout:directory}/var/gunicorn.pid-"