Skip to content
Snippets Groups Projects
Commit 88eaa33f authored by Seamus Lee's avatar Seamus Lee
Browse files

Update documentation to take into account different apache conf folder locations

parent 09496f77
No related branches found
No related tags found
No related merge requests found
......@@ -126,19 +126,23 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
* For Apache 2.2:
Create a new file `/etc/apache2/conf.d/buildkit.conf` with the following contents:
Create a new file `buildkit.conf` with the following contents in either `/etc/apache2/conf.d/` or `/etc/httpd/conf.d` depending on your server configuration.
```
Include <amp-installation>/apache.d/*conf
```
This [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) has some good information on finding the relevant apache conf dir
* For Apache 2.4:
Create a new file `/etc/apache2/conf.d/buildkit.conf` with the following contents:
Create a new file `buildkit.conf` with the following contents in either `/etc/apache2/conf.d/` or `/etc/httpd/conf.d` depending on your server configuration.
```
IncludeOptional <amp-installation>/apache.d/*conf
```
This [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) has some good information on finding the relevant apache conf dir
* For nginx:
......
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