diff options
| author | Paul Buetow <paul@buetow.org> | 2018-12-14 17:09:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2018-12-14 17:09:56 +0200 |
| commit | 6a6593805d71f6cab99f9aa1de64ddb43fd57e09 (patch) | |
| tree | 31176e645c6fbf1d6bef3545a5627dfbedcb7dca /index.fcgi | |
| parent | a99e4d337bee2ab064af909b43011951db310c9d (diff) | |
default config is xerl.con
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 ); |
