summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 14:14:32 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 14:14:32 +0200
commitfa6f017c3cd2fff8bb5f58445061ab84a7b80342 (patch)
tree57159f4c8ab680cee124ab8095e32fe9ae059b45
parent52f8ccd578381602c0055eb5fc0af198fead7217 (diff)
xerldev.conf
-rwxr-xr-xindex.fpl4
-rwxr-xr-xindex.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/index.fpl b/index.fpl
index d13cd6f..db042da 100755
--- a/index.fpl
+++ b/index.fpl
@@ -11,8 +11,8 @@ use Sys::Hostname;
my $host = hostname();
my $config =
- -e "xerldev-$host.conf"
- ? "xerldev-$host.conf"
+ -e "xerldev.conf"
+ ? "xerldev.conf"
: ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
while ( FCGI::accept >= 0 ) {
diff --git a/index.pl b/index.pl
index 1846180..830db7c 100755
--- a/index.pl
+++ b/index.pl
@@ -10,8 +10,8 @@ use Sys::Hostname;
my $host = hostname();
my $config =
- -e "xerldev-$host.conf"
- ? "xerldev-$host.conf"
+ -e "xerldev.conf"
+ ? "xerldev.conf"
: ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
my Xerl $xerl = Xerl->new( config => $config );