retrace: Remove redundant space

This commit is contained in:
Miroslav Suchý 2017-05-08 22:52:50 +02:00
parent e3ecddfe2f
commit 75f7468277

View file

@ -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' %}