From 23d179880215331945370ffb615ae55af27c1bbc Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 10 Dec 2015 18:49:49 -0500 Subject: [PATCH] Enable javascript-common apache conf during setup. --- data/usr/lib/freedombox/setup.d/86_plinth | 1 + 1 file changed, 1 insertion(+) diff --git a/data/usr/lib/freedombox/setup.d/86_plinth b/data/usr/lib/freedombox/setup.d/86_plinth index 154cf11c0..58f5badcc 100755 --- a/data/usr/lib/freedombox/setup.d/86_plinth +++ b/data/usr/lib/freedombox/setup.d/86_plinth @@ -26,6 +26,7 @@ a2enmod proxy a2enmod proxy_http a2enmod rewrite a2enmod ssl +a2enconf javascript-common a2ensite plinth.conf a2ensite plinth-ssl.conf