Skip to content

Commit

Permalink
Adds links to NGINX Proxy tutorial in navigation and install (#493)
Browse files Browse the repository at this point in the history
* Adds links to NGINX Proxy tutorial in navigation and install

* Moves "tutorials/integrations/nginx" -> "tutorials/nginx"
  • Loading branch information
ryanprior authored and typaulhus committed Nov 30, 2017
1 parent 46661f8 commit 419b22b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Expand Up @@ -32,13 +32,19 @@ apidocs/node_modules
docs/apidocs.html
*.config
docs/_layouts/page-toc.html
/docs/tutorials/integrations/nginx/tls/nginx.crt
/docs/tutorials/integrations/nginx/tls/nginx.key

# NGINX tutorial temp files
/docs/tutorials/nginx/tls/nginx.crt
/docs/tutorials/nginx/tls/nginx.key
/docs/tutorials/nginx/test.out

# Generated API docs
api.html

# Generated js bundles
/public/javascripts/*
/public/stylesheets/*
/public/assets/*

# Emacs backup files
*~
/docs/tutorials/integrations/nginx/test.out
3 changes: 3 additions & 0 deletions docs/_data/navigation.yml
Expand Up @@ -53,6 +53,9 @@ main:
title: Tutorials
path: /tutorials/
items:
nginx:
title: NGINX Proxy
path: /tutorials/nginx.html
policy:
title: Policy
path: /tutorials/policy/
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/install-conjur.md
Expand Up @@ -91,6 +91,7 @@ $ conjur help policy load

* Go through the [Conjur Tutorials](/tutorials/)
* View Conjur's [API Documentation](/api.html)
* Secure the server with an [NGINX Proxy](/tutorials/nginx.html)

[get-docker]: https://www.docker.com/products/docker-toolbox
[get-docker-gnu]: install-docker-on-gnu-linux.html
Expand Up @@ -105,7 +105,7 @@ end-to-end working installation to allow you to see how the pieces fit.

```sh-session
$ # start the Conjur+NGINX tutorial servers
$ cd conjur/docs/tutorials/integrations/nginx
$ cd conjur/docs/tutorials/nginx
$ ./start.sh
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 419b22b

Please sign in to comment.