14 lines
356 B
Text
14 lines
356 B
Text
Alias /static /usr/share/tahrir/static
|
|
|
|
WSGIDaemonProcess tahrir user=tahrir group=tahrir maximum-requests=1000 display-name=tahrir processes=4 threads=4
|
|
WSGISocketPrefix run/wsgi
|
|
WSGIRestrictStdout On
|
|
WSGIRestrictSignal Off
|
|
WSGIPythonOptimize 1
|
|
|
|
WSGIScriptAlias /badges /usr/share/tahrir/tahrir.wsgi
|
|
|
|
<Location />
|
|
WSGIProcessGroup tahrir
|
|
</Location>
|
|
|