updating docs

This commit is contained in:
Ric Harvey
2016-09-23 10:33:29 +01:00
parent dc0def1ddc
commit 982a3166da
4 changed files with 25 additions and 17 deletions

2
docs/nginx_configs.md Normal file
View File

@@ -0,0 +1,2 @@
## Custom Nginx Config files
Sometimes you need a custom config file for nginx to do rewrites or password protection, etc. For this reason we've included the ability to have custom nginx configs pulled directly from your git source. Please have a read of the [repo layout guidelines](docs/repo_layout.md) for more information. Its pretty simple to enable this, all you need to do is include a folder in the root of your repository called ```conf/nginx/``` within this folder you need to include a file called ```nginx-site.conf``` which will contain your default nginx site config. If you wish to have a custom file for SSL you simply include a file called ```nginx-site-ssl.conf``` in the same directory. These files will then be swapped in after you code is cloned.