We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cfb4f commit fd4f183Copy full SHA for fd4f183
wre/lib/WRE/Starman.pm
@@ -117,7 +117,8 @@ sub start {
117
. " --pid=" . $config->getRoot("var/run/starman.pid")
118
. " --status=" . $config->getRoot("var/run/starman.status")
119
. " --port=" . $config->get("starman/port")
120
- . " starman" #Beginning of the starman specific configurations
+ . " --" #Beginning of the starman specific configurations
121
+ . " starman"
122
. " --preload-app"
123
. " --access-log=" . $config->getRoot("var/logs/starman.log")
124
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
0 commit comments