Commit 164cfc048fa185a9b22e909c5adb693ec063cbe2
Exists in
master
and in
4 other branches
Merge pull request #1643 from danillonunes/doc-install-fix
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 |