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