summaryrefslogtreecommitdiff
path: root/index.fpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.fpl')
-rwxr-xr-xindex.fpl4
1 files changed, 2 insertions, 2 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 ) {