X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fapp.psgi;h=172dced45806288a228d54b0a6b73cb7d26f0cfd;hb=48c786c43fab6dfe37c0fe70aa474431f33d2b27;hp=2666248f149a201cdfc52eda7c251f5cafe4d698;hpb=cdb5cb80047a5a852bf9ba64fb14aa5bc5ef84d5;p=remoteglot diff --git a/www/app.psgi b/www/app.psgi index 2666248..172dced 100644 --- a/www/app.psgi +++ b/www/app.psgi @@ -19,7 +19,7 @@ if ($File::pushd::VERSION < 1.005) { print STDERR "Do not run in production!\n\n"; } -my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/analysis.pl'); +my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/www/analysis.pl'); my $handler = CGI::Emulate::PSGI->handler($cgi); sub {