Commit aed4e0f0e0389da8c4e11b7e265a0fdad3482484

Authored by Jacob Vosmaer
2 parents e8d77e21 a906860e

Merge pull request #4801 from Rovanion/patch-3

Don't restart nginx, just tell it to reload it's config files.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
@@ -301,7 +301,7 @@ Make sure to edit the config file to match your setup: @@ -301,7 +301,7 @@ Make sure to edit the config file to match your setup:
301 301
302 ## Restart 302 ## Restart
303 303
304 - sudo service nginx restart 304 + sudo service nginx reload
305 305
306 306
307 # Done! 307 # Done!