Use httpd aliases for static resources.
This commit is contained in:
parent
8bb1a9e6f4
commit
da8d00a517
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue