Commit a906860e9e581cf53f1cd6f32e778353e16bcdc1

Authored by Rovanion Luckey
1 parent e8d77e21

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!