15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
WSGIPythonHome /opt/regluit/ENV
|
|
WSGISocketPrefix /opt/regluit
|
|
WSGIDaemonProcess regluit-wsgi-app processes=4 threads=4 python-eggs=/tmp/regluit-python-eggs
|
|
WSGIScriptAlias / /opt/regluit/deploy/regluit.wsgi
|
|
|
|
<Directory /opt/regluit/static>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
Alias /static /opt/regluit/static
|