summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.cgi2
-rwxr-xr-xindex.fcgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.cgi b/index.cgi
index 8441c3e..80db523 100755
--- a/index.cgi
+++ b/index.cgi
@@ -22,7 +22,7 @@ my $host = hostname();
my $config =
-e "xerldev.conf"
? "xerldev.conf"
- : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
+ : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'xerl.conf' );
my $xerl = Xerl->new( config => $config );
$xerl->run();
diff --git a/index.fcgi b/index.fcgi
index d21ae1c..1f44938 100755
--- a/index.fcgi
+++ b/index.fcgi
@@ -23,7 +23,7 @@ my $host = hostname();
my $config =
-e "xerldev.conf"
? "xerldev.conf"
- : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
+ : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'xerl.conf' );
while ( FCGI::accept >= 0 ) {
my $xerl = Xerl->new( config => $config );