From a906860e9e581cf53f1cd6f32e778353e16bcdc1 Mon Sep 17 00:00:00 2001 From: Rovanion Luckey Date: Sat, 17 Aug 2013 15:26:50 +0200 Subject: Don't restart nginx, just tell it to reload it's config files. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 44498b17f6c..2af513ce915 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -301,7 +301,7 @@ Make sure to edit the config file to match your setup: ## Restart - sudo service nginx restart + sudo service nginx reload # Done! -- cgit v1.2.1