Skip to content

Commit ae91f40

Browse files
committed
Merge pull request #1194 from PyBossa/fix-typo-nginx
fix typo in nginx docs
2 parents 1ac782e + d4d02b3 commit ae91f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/nginx.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Configure Redis and sentinel as service with supervisord
129129

130130
First stop redis service and all running redis instances with::
131131

132-
sudo server redis-server stop
132+
sudo service redis-server stop
133133
killall redis-server
134134

135135
We want to run redis and sentinel with supervisord because supervisord is more

0 commit comments

Comments
 (0)