Permalink
Browse files

Fix DOCUMENT_ROOT for v1.1

  • Loading branch information...
1 parent 13c699b commit 63b8ba9639f03428b80b41f041ddcad1ea811e14 @jherrero jherrero committed Sep 30, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 webserver/cgi-bin/index.pl
@@ -25,7 +25,7 @@
##
# The location of the HTML pages for this server on the filesystem
-my $DOCUMENT_ROOT = "/var/www/eFORGE/html";
+my $DOCUMENT_ROOT = "/var/www/eFORGE.v1.1/html";
# The base URL (without the server name) for this server. For instance:
# Running on http://server.org/ -> $WEB_ROOT = ""

0 comments on commit 63b8ba9

Please sign in to comment.