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. ## Shared options.
ProxyPreserveHost on ProxyPreserveHost on
DocumentRoot /usr/share/plinth DocumentRoot /usr/share/plinth
ProxyPass /static ! ProxyPass /plinth/static !
<Location /static> <Location /plinth/static>
Order Deny,Allow Order Deny,Allow
Deny from All Deny from All
Allow from 10.0.0.0/8 Allow from 10.0.0.0/8