summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLuke Sneeringer <luke@sneeringer.com>2014-07-17 21:02:56 +0200
committerLuke Sneeringer <luke@sneeringer.com>2014-08-22 16:12:12 +0200
commit3b45252039927415a50e5980aba8e6cb43591e5b (patch)
tree825b3e3373e3515fce44721e50ed87517b655613 /config
parentFix an issue where we were incorrectly trying to deserialize variables (diff)
downloadawx-3b45252039927415a50e5980aba8e6cb43591e5b.tar.xz
awx-3b45252039927415a50e5980aba8e6cb43591e5b.zip
Theoretical move from /etc/awx/ to /etc/tower/.
Diffstat (limited to 'config')
-rw-r--r--config/awx-httpd-443.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/awx-httpd-443.conf b/config/awx-httpd-443.conf
index 29f1af4d0a..bf86166957 100644
--- a/config/awx-httpd-443.conf
+++ b/config/awx-httpd-443.conf
@@ -7,8 +7,8 @@ WSGISocketPrefix /var/run/wsgi
ServerAlias *
DocumentRoot /var/lib/awx/public
SSLEngine on
- SSLCertificateFile /etc/awx/awx.cert
- SSLCertificateKeyFile /etc/awx/awx.key
+ SSLCertificateFile /etc/tower/awx.cert
+ SSLCertificateKeyFile /etc/tower/awx.key
WSGIScriptAlias / /var/lib/awx/wsgi.py
WSGIPassAuthorization On