diff --git a/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 b/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 index 33829aed97..333ee413ea 100644 --- a/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 +++ b/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 @@ -1,7 +1,7 @@ #{{ ansible_managed }} # WSGI handler WSGIPythonOptimize 1 -WSGISocketPrefix {{ faf_spool_dir }} /wsgi +WSGISocketPrefix {{ faf_spool_dir }}/wsgi WSGIDaemonProcess faf user=faf group=faf processes=3 threads=5 {% set python = 'python2.7' %}