Specify the number of processes and threads for mdapi-stg
This commit is contained in:
parent
2ac8d3ca9e
commit
0519cc6c84
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ tcp_ports: [ 80 ]
|
|||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
wsgi_procs: 2
|
||||
wsgi_threads: 2
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue