Skip to content

Commit a906860

Browse files
committed
Don't restart nginx, just tell it to reload it's config files.
1 parent e8d77e2 commit a906860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Make sure to edit the config file to match your setup:
301301

302302
## Restart
303303

304-
sudo service nginx restart
304+
sudo service nginx reload
305305

306306

307307
# Done!

0 commit comments

Comments
 (0)