Update Apache config for new static directory location.

It's now /plinth/static, not /static.
This commit is contained in:
Nick Daly 2013-10-31 19:53:56 -05:00
parent 2af1617f51
commit b9b4e0a2ec

View File

@ -24,8 +24,8 @@
## Shared options.
ProxyPreserveHost on
DocumentRoot /usr/share/plinth
ProxyPass /static !
<Location /static>
ProxyPass /plinth/static !
<Location /plinth/static>
Order Deny,Allow
Deny from All
Allow from 10.0.0.0/8