Commit ed5754624e29e063334b7f935a224b08f60657da
1 parent
8c997f31
Exists in
master
and in
4 other branches
Doc fix: Nginx init script requires sudo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
| @@ -284,7 +284,7 @@ a different host, you can configure its connection string in the | @@ -284,7 +284,7 @@ a different host, you can configure its connection string in the | ||
| 284 | sudo vim /etc/nginx/sites-enabled/gitlab | 284 | sudo vim /etc/nginx/sites-enabled/gitlab |
| 285 | 285 | ||
| 286 | # Restart nginx: | 286 | # Restart nginx: |
| 287 | - /etc/init.d/nginx restart | 287 | + sudo /etc/init.d/nginx restart |
| 288 | 288 | ||
| 289 | ## 3. Init script | 289 | ## 3. Init script |
| 290 | 290 |