Move mod_wsgi to a role rather than a included tasks

This commit is contained in:
Michael Scherer 2016-08-08 13:51:44 +02:00 committed by Kevin Fenzi
parent 5cce9c0030
commit 07f04462c3
37 changed files with 37 additions and 39 deletions

View file

@ -1,14 +0,0 @@
LoadModule wsgi_module modules/mod_wsgi.so
# Some apps, notably anything that uses hg, need these off
WSGIRestrictStdin Off
WSGIRestrictStdout Off
# Put the socket somewhere writable
WSGISocketPrefix run/wsgi
# Do not Optimize without stripping docstrings
WSGIPythonOptimize 0
# Set WSGIApplicationGroup to global
WSGIApplicationGroup %{GLOBAL}