Open the fedmsg port for pkgdb
This commit is contained in:
parent
f5e91f5abd
commit
3795e356c6
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ wsgi_fedmsg_service: pkgdb2
|
|||
wsgi_procs: 3
|
||||
wsgi_threads: 2
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
tcp_ports: [ 80,
|
||||
# These 6 ports are used by fedmsg. One for each wsgi thread.
|
||||
3000, 3001, 3002, 3003, 3004, 3005]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web,sysadmin-releng,sysadmin-cvs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue