v7.3.2.0: Update WSGI configurations and Ansible version

Updated the WSGIDaemonProcess for roxy-wi-app to include a request timeout. The WSGIApplicationGroup was also added to the httpd configurations. Additionally, the Ansible galaxy command in the installation.py script has been updated to use nginxinc.nginx version 0.24.3 instead of 0.24.1.
pull/390/head
Aidaho 2024-07-17 09:24:21 +03:00
parent 730e145ab8
commit 051234b0f4
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ def generate_service_inv(json_data: json, installed_service: str) -> object:
is_docker = json_data['services'][installed_service]['docker']
if installed_service == 'nginx' and not os.path.isdir('/var/www/haproxy-wi/app/scripts/ansible/roles/nginxinc.nginx'):
os.system('ansible-galaxy install nginxinc.nginx,0.24.3 --roles-path /var/www/haproxy-wi/app/scripts/ansible/roles/')
os.system('ansible-galaxy install nginxinc.nginx,0.24.3 -f --roles-path /var/www/haproxy-wi/app/scripts/ansible/roles/')
for k, v in json_data['servers'].items():
server_ip = v['ip']