wiki::collab: Added optional support for WSGI daemon mode
This commit is contained in:
parent
07b220391b
commit
1098468803
2 changed files with 17 additions and 0 deletions
6
wiki/templates/collab-wsgi.conf.erb
Normal file
6
wiki/templates/collab-wsgi.conf.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
WSGIDaemonProcess collab user=collab group=collab umask=0007 threads=25
|
||||
|
||||
<Directory "<%= collab_webroot %>">
|
||||
WSGIProcessGroup collab
|
||||
WSGIRestrictProcess collab
|
||||
</Directory>
|
Loading…
Add table
Add a link
Reference in a new issue