summaryrefslogtreecommitdiffstats
path: root/app.psgi
Commit message (Collapse)AuthorAgeFilesLines
* app.psgi: add wrapper for bin/cgi-bin/app.psgiAlexander Sulfrian2014-12-061-0/+22
We want a custom wrapper for $SIG{__DIE__} because the automatic wrapper from uwsgi does not handle the $^S case and some perl libs fails (f.e. Net::SSLeay). This is only a thin wrapper with the signal handler and some magic to fix FindBin for the original script.