We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9186ce7 commit be47c78Copy full SHA for be47c78
wre/lib/WRE/Nginx.pm
@@ -114,7 +114,7 @@ sub stop {
114
unless ($wreConfig->get("nginx/port") > 1024 || $host->isPrivilegedUser) {
115
croak "You are not an administrator on this machine so you cannot stop services with ports 1-1024.";
116
}
117
- my $cmd = $wreConfig->getRoot("/prereqs/sbin/nginx")." -c ".$wreConfig->getRoot("/etc/modproxy.conf")." stop";
+ my $cmd = $wreConfig->getRoot("/prereqs/sbin/nginx")." -c ".$wreConfig->getRoot("/etc/modproxy.conf")." -s stop";
118
`$cmd`; # catch command line output
119
my $count = 0;
120
my $success = 0;
0 commit comments