From b9b4e0a2ec21edc1b1f73cffc905463a96c18f25 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Thu, 31 Oct 2013 19:53:56 -0500 Subject: [PATCH] Update Apache config for new static directory location. It's now /plinth/static, not /static. --- share/apache2/plinth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf index dc543aa08..512e2df9d 100644 --- a/share/apache2/plinth.conf +++ b/share/apache2/plinth.conf @@ -24,8 +24,8 @@ ## Shared options. ProxyPreserveHost on DocumentRoot /usr/share/plinth - ProxyPass /static ! - + ProxyPass /plinth/static ! + Order Deny,Allow Deny from All Allow from 10.0.0.0/8