From 5d79ad6dc504d4df0d81409eb68402573f8eb9b1 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 14 Nov 2014 17:23:57 +0530 Subject: [PATCH] Don't service static files directly from Apache We are allowing modules to bring their own static content. If we need to configure Apache to serve static URLs directly, Apache will have know all the static URLs generated by all the modules. If these details are provided, it will likely effect our modularity. The current static URL given in Apache configuration is anyway incorrect. --- data/etc/apache2/sites-available/plinth-ssl.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/data/etc/apache2/sites-available/plinth-ssl.conf b/data/etc/apache2/sites-available/plinth-ssl.conf index ef91569d6..8fe2993de 100644 --- a/data/etc/apache2/sites-available/plinth-ssl.conf +++ b/data/etc/apache2/sites-available/plinth-ssl.conf @@ -42,6 +42,5 @@ Allow from fe80::/10 # IPv6 link local addresses Allow from fc00::/7 # IPv6 private addresses - ProxyPass /plinth/static !