Move mod_wsgi to a role rather than a included tasks
This commit is contained in:
parent
5cce9c0030
commit
07f04462c3
37 changed files with 37 additions and 39 deletions
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue