diff options
Diffstat (limited to 'index.fcgi')
| -rwxr-xr-x | index.fcgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |
