Permalink
Browse files
Fix DOCUMENT_ROOT for v1.1
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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