summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRovanion Luckey <rovanion.luckey@gmail.com>2013-08-17 15:26:50 +0200
committerRovanion Luckey <rovanion.luckey@gmail.com>2013-08-17 15:26:50 +0200
commita906860e9e581cf53f1cd6f32e778353e16bcdc1 (patch)
tree29440d0234758bc68e56f4c9c8b132a490c555c9
parente8d77e21fbf72e31e0485c821845ba4fc9622822 (diff)
downloadgitlab-ce-a906860e9e581cf53f1cd6f32e778353e16bcdc1.tar.gz
Don't restart nginx, just tell it to reload it's config files.
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
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!