forgot one variable rename

This commit is contained in:
Tim Flink 2015-01-29 16:59:08 +00:00
parent 5434fc3a7c
commit cb7dc6e5d8

View file

@ -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