This commit is contained in:
parent
1527cab0bb
commit
1d2cb5c54d
2 changed files with 6 additions and 1 deletions
|
@ -171,3 +171,8 @@
|
|||
- name: start fm-consumer service
|
||||
service: state=started enabled=yes name="fm-consumer@copr_messaging"
|
||||
when: ansible_facts.packages['copr-frontend'][0].version is version('1.156', '>=')
|
||||
|
||||
- name: add amount of time the server will wait for certain events before failing a request
|
||||
lineinfile:
|
||||
path: /etc/httpd/conf/httpd.conf
|
||||
line: "TimeOut 7200"
|
||||
|
|
|
@ -4,7 +4,7 @@ Alias /robots.txt /var/www/html/robots.txt
|
|||
Alias "/db_dumps/" "/var/www/html/db_dumps/"
|
||||
|
||||
WSGIDaemonProcess 127.0.0.1 user=copr-fe group=copr-fe processes=4 threads=5 display-name=other maximum-requests=8000 restart-interval=300 graceful-timeout=20
|
||||
WSGIDaemonProcess api user=copr-fe group=copr-fe threads=15 display-name=api maximum-requests=8000 graceful-timeout=20
|
||||
WSGIDaemonProcess api user=copr-fe group=copr-fe threads=15 display-name=api maximum-requests=8000 graceful-timeout=7200
|
||||
WSGIDaemonProcess backend user=copr-fe group=copr-fe threads=15 display-name=backend maximum-requests=8000 graceful-timeout=20
|
||||
WSGIDaemonProcess stats user=copr-fe group=copr-fe threads=15 display-name=stats maximum-requests=8000 graceful-timeout=20
|
||||
WSGIDaemonProcess tmp user=copr-fe group=copr-fe threads=15 display-name=tmp maximum-requests=8000 graceful-timeout=20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue