-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
1.2
-
False
-
-
False
Due to the following issue we need to perform some changes on tower/nginx configuration:
> https://access.redhat.com/solutions/5281311
- # vim /etc/supervisord.d/tower.ini
- Find the [program:awx-uwsgi] section
- Modify the value of --harakiri from --harakiri=120 to --harakiri=(some larger integer) .
- # vim /etc/nginx/nginx.conf
- Find the uwsgi_read_timeout parameter .
- Modify the uwsgi_read_timeout from uwsgi_read_timeout 120s; to uwsgi_read_timeout (some larger value);
- Restart Ansible Tower service using # ansible-tower-service restart
But that will be overwritten after performing an upgrade.
This RFE is for enabling custom modification on the nginx/tower templates in the inventory side. Current those below are the templates responsible for that:
/roles/supervisor/templates/tower.conf.j2 /roles/nginx/templates/nginx.conf