From fa6f017c3cd2fff8bb5f58445061ab84a7b80342 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 14:14:32 +0200 Subject: xerldev.conf --- index.fpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.fpl') 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 ) { -- cgit v1.2.3