We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f27f7a commit ea9efdbCopy full SHA for ea9efdb
wre/lib/WRE/Starman.pm
@@ -123,7 +123,7 @@ sub start {
123
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
124
. " --workers=" . $config->get("starman/workers")
125
. " --user=" . $config->get("user")
126
- . ' ' . $config->get("webgui/root") . "/app.psgi & "
+ . ' ' . $config->getRoot("wre.psgi") . " & "
127
;
128
system($cmd); # catch command line output
129
while ($count++ < 10 && !$success) {
0 commit comments