diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 14:14:32 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 14:14:32 +0200 |
| commit | fa6f017c3cd2fff8bb5f58445061ab84a7b80342 (patch) | |
| tree | 57159f4c8ab680cee124ab8095e32fe9ae059b45 /index.fpl | |
| parent | 52f8ccd578381602c0055eb5fc0af198fead7217 (diff) | |
xerldev.conf
Diffstat (limited to 'index.fpl')
| -rwxr-xr-x | index.fpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) { |
