Use httpd aliases for static resources.

This commit is contained in:
Ralph Bean 2013-08-16 20:03:57 +00:00
parent 8bb1a9e6f4
commit da8d00a517

View file

@ -1,5 +1,5 @@
# We serve static resources dynamically for now.
#Alias /static /usr/share/tahrir/static
Alias /static /usr/lib/python2.6/site-packages/tahrir/static
Alias /pngs /usr/share/badges/pngs
WSGIDaemonProcess tahrir user=tahrir group=tahrir maximum-requests=1000 display-name=tahrir processes=4 threads=4
WSGISocketPrefix run/wsgi