Remove the /plinth/static location.

Otherwise, Apache 500s on the static files.
This commit is contained in:
Nick Daly 2013-11-17 16:22:21 -06:00
parent 33c2cec0ae
commit a0a9e96a29

View File

@ -51,13 +51,5 @@
Allow from 192.168.0.0/16
</Location>
ProxyPass /plinth/static !
<Location /plinth/static>
Order Deny,Allow
Deny from All
Allow from 10.0.0.0/8
Allow from 172.16.0.0/12
Allow from 192.168.0.0/16
Require all granted
</Location>
</VirtualHost>