Fix username for basset frontend

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-03-18 20:03:17 +00:00
parent 3792c64a5a
commit a54cf72e38

View file

@ -1,4 +1,4 @@
WSGIDaemonProcess basset user=basset group=basset threads=5
WSGIDaemonProcess basset user=basset-frontend group=basset-frontend threads=5
WSGIScriptAlias /basset /usr/share/basset/basset-frontend
<Location /basset>