[Lxr-commits] CVS: lxr/templates lxr.conf,1.12,1.13
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2003-06-05 15:41:41
|
Update of /cvsroot/lxr/lxr/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv31658/templates
Modified Files:
lxr.conf
Log Message:
Example entry for new baseurl_aliases entry
Index: lxr.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- lxr.conf 29 Jul 2002 01:17:32 -0000 1.12
+++ lxr.conf 5 Jun 2003 15:41:36 -0000 1.13
@@ -36,7 +36,10 @@
# Configuration for http://192.168.1.3/lxr.
# baseurl is used to select configuration block.
- 'baseurl' => 'http://192.168.1.3/lxr', # Put your URL here
+ 'baseurl' => 'http://192.168.1.3/lxr', # Put your URL here
+ # baseurl_aliases allows other URLs to be used to reach the site
+ # comment this out if you do not want any aliases
+ 'baseurl_aliases' => [ 'http://localhost/lxr', 'http://mydomain/lxr'],
'virtroot' => '/lxr', # The bit after the / above
'variables' => {
|