diff --git a/roles/taskotron/fake_fedorainfra/templates/fake_fedorainfra.conf.j2 b/roles/taskotron/fake_fedorainfra/templates/fake_fedorainfra.conf.j2 index 50bd797409..85d98526df 100644 --- a/roles/taskotron/fake_fedorainfra/templates/fake_fedorainfra.conf.j2 +++ b/roles/taskotron/fake_fedorainfra/templates/fake_fedorainfra.conf.j2 @@ -1,5 +1,5 @@ WSGIDaemonProcess fakefedorainfra user=apache group=apache threads=5 -WSGIScriptAlias /{{ fake_fedorainfra_endpoint }} /usr/share/fake_fedorainfra/fake_fedorainfra.wsgi +WSGIScriptAlias /{{ fakefedorainfra_endpoint }} /usr/share/fake_fedorainfra/fake_fedorainfra.wsgi WSGISocketPrefix run/wsgi # this isn't the best way to force SSL but it works for now