mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Fix RPM builds and setup for 3.1
This commit is contained in:
committed by
Graham Mainwaring
parent
5b60b14227
commit
b143f53888
@@ -48,7 +48,7 @@ http {
|
|||||||
server_name _;
|
server_name _;
|
||||||
keepalive_timeout 70;
|
keepalive_timeout 70;
|
||||||
|
|
||||||
ssl_certificate /etc/tower/tower.crt;
|
ssl_certificate /etc/tower/tower.cert;
|
||||||
ssl_certificate_key /etc/tower/tower.key;
|
ssl_certificate_key /etc/tower/tower.key;
|
||||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||||
|
|||||||
@@ -1,14 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Enable needed Software Collections, if installed
|
|
||||||
for scl in python27 httpd24; do
|
|
||||||
if [ -f /etc/scl/prefixes/$scl ]; then
|
|
||||||
if [ -f `cat /etc/scl/prefixes/$scl`/$scl/enable ]; then
|
|
||||||
. `cat /etc/scl/prefixes/$scl`/$scl/enable
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# Enable Tower virtualenv
|
# Enable Tower virtualenv
|
||||||
if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
|
if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
|
||||||
. /var/lib/awx/venv/tower/bin/activate
|
. /var/lib/awx/venv/tower/bin/activate
|
||||||
|
|||||||
Reference in New Issue
Block a user