summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-29 18:02:43 -0700
committerIvan Kohler <ivan@freeside.biz>2015-03-29 18:02:43 -0700
commitd9896763f3a2352ff907ff5eb12185b264fd504e (patch)
tree43fda0f2c21da6c43f40d5e15ea534c54bad4967
parente0d62e76fe19b44c348b43d4e4fb5aba26647a4a (diff)
deb 8 apache DocumentRoot has changed
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67bf83c09..99e3dbc47 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,10 @@ DIST_CONF = ${FREESIDE_CONF}/default_conf
#Apache 2.4 (Debian 8.x)
APACHE_VERSION=2.4
-#deb
+#deb (-7 and upgrades)
FREESIDE_DOCUMENT_ROOT = /var/www/freeside
+#deb (new installs of 8+)
+#FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
#redhat, fedora, mandrake
#FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
#freebsd