]> git.sesse.net Git - remoteglot/blobdiff - www/app.psgi
Add the Varnish configuration we are currently using (stripped of everything irrelevant).
[remoteglot] / www / app.psgi
index 2666248f149a201cdfc52eda7c251f5cafe4d698..172dced45806288a228d54b0a6b73cb7d26f0cfd 100644 (file)
@@ -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 {