Skip to content
Snippets Groups Projects
Commit d1d5554d authored by totten's avatar totten
Browse files

toosl/buildkit.md - Don't talk so much about nginx

As noted earlier in the doc: "We strongly recommend using Apache as your
webserver because support for nginx is limited." So...  it doesn't make much
sense to give broken/incomplete instructions for something we say you
shouldn't do.  :)
parent 5bb1dbe3
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
1. Identify the location of your `amp` installation. It is probably a `.amp` folder within your home directory. Make sure to *use the full path* to this directory in the settings below. We will use `<amp-installation>` henceforth to refer to the full path of this directory.
1. Go to your webserver's system-wide configuration files. For Apache, this is usually `/etc/apache2`, but on some systems it might be `/etc/httpd/` or similar. (Check this [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) for more info on finding your Apache configuration.) For nginx, the directory is usually `/etc/nginx`.
1. Go to your webserver's system-wide configuration files. For Apache, this is usually `/etc/apache2`, but on some systems it might be `/etc/httpd/` or similar. (Check this [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) for more info on finding your Apache configuration.)
1. Inside this directory, create a new directory called `conf.d`, if not already present.
......@@ -147,12 +147,6 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
```
IncludeOptional <amp-installation>/apache.d/*conf
```
* For nginx, use this content:
```
include <amp-installation>/nginx.d/*.conf;
```
1. Restart your webserver.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment