Files
uwsgi/fdconf.pl
T
2012-03-07 15:06:38 +01:00

8 lines
101 B
Perl

use POSIX;
open CONFIG,'welcome.ini';
dup2(fileno(CONFIG), 17);
exec './uwsgi','--ini','fd://17';