regluit/deploy/regluit.conf

15 lines
379 B
Plaintext
Raw Normal View History

2011-10-07 03:14:29 +00:00
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