From bb27c6e45d446a569c06bafe0751d5ea4bfc6432 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Sun, 23 Jul 2017 22:03:45 -0600 Subject: [PATCH] Buildkit - Mention nginx when mentioning Apache --- docs/tools/buildkit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index 33615b93..618ceb9a 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -119,8 +119,8 @@ $ amp config ``` !!! tip "tips" - * Run this as a non-`root` user who has `sudo` permission. This will ensure that new files are owned by a regular user, and (if necessary) it enables `civibuild` to restart Apache or edit `/etc/hosts`. - * Pay close attention to any instructions given in the output of this command. They may involve adding a line to your Apache configuration file. + * Run this as a non-`root` user who has `sudo` permission. This will ensure that new files are owned by a regular user, and (if necessary) it enables `civibuild` to restart your webserver and edit `/etc/hosts`. + * Pay close attention to any instructions given in the output of this command. They may involve adding a line to your Apache or nginx configuration file. * To check which version of apache you have, run `apachectl -v` #### Testing amp's configuration {:#amp-test} -- GitLab