retrace: Remove redundant space
This commit is contained in:
parent
e3ecddfe2f
commit
75f7468277
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#{{ ansible_managed }}
|
#{{ ansible_managed }}
|
||||||
# WSGI handler
|
# WSGI handler
|
||||||
WSGIPythonOptimize 1
|
WSGIPythonOptimize 1
|
||||||
WSGISocketPrefix {{ faf_spool_dir }} /wsgi
|
WSGISocketPrefix {{ faf_spool_dir }}/wsgi
|
||||||
WSGIDaemonProcess faf user=faf group=faf processes=3 threads=5
|
WSGIDaemonProcess faf user=faf group=faf processes=3 threads=5
|
||||||
|
|
||||||
{% set python = 'python2.7' %}
|
{% set python = 'python2.7' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue