Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closes #71 #72

Merged
merged 5 commits into from
Mar 12, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
dir becomes directory
subnetmarco committed Mar 12, 2015
commit 09fd0ff20f3cc554f8b465859861a695782e47c4
2 changes: 1 addition & 1 deletion site/app/_includes/pages/docs.md
Original file line number Diff line number Diff line change
@@ -246,7 +246,7 @@ nginx: |
Here is a detailed description for each entry:

* `plugins_available` describes an array of plugins that are available and can be used by the server. You can use only the plugins that are being specified here.
* `output` optionally sets the output directory of the Kong working dir and its logs. If not set the Kong installation directory will be used instead.
* `output` optionally sets the output directory of the Kong working directory and its logs. If not set the Kong installation directory will be used instead.
* `database` is the database Kong is going to use. It's `cassandra` by default and it's the only one supported at the moment.
* `databases_available` describes the configuration to use when connecting to the database.
* `send_anonymous_reports` tells if the system is allowed to send anonymous error logs to a remote logging server in order to allow the maintainers of Kong to fix potential bugs and errors.