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

move new config options in docs #2276

Merged
merged 1 commit into from Feb 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -104,23 +104,6 @@ This configuration file has the following general settings:
: The topology of the Chef Infra Server. Possible values: `manual`,
`standalone`, and `tier`. Default value: `'standalone'`.

`opscode_erchef["include_version_in_status"]`

: Set to `true` to include `server_version` as part of the `/_status` endpoint.

Default value : `false`.

**New in Chef Infra Server 14.1**

`nginx["time_format"]`

: The time format of nginx `access.log`. Possible values : `"time_iso8601"` (ex: [2020-10-21T07:22:00+00:00]), `"time_local"` (ex: [07/Jun/2018:01:05:11 +0900]).

Default value : `"time_iso8601"`.

**New in Chef Infra Server 14.1**


### bookshelf

{{< reusable_text_versioned file="server_services_bookshelf" >}}
Expand Down Expand Up @@ -785,6 +768,14 @@ This configuration file has the following settings for `nginx`:

: Enable TCP/IP transactions. Default value: `on`.

`nginx["time_format"]`

: The time format of nginx `access.log`. Possible values : `"time_iso8601"` (ex: [2020-10-21T07:22:00+00:00]), `"time_local"` (ex: [07/Jun/2018:01:05:11 +0900]).

Default value : `"time_iso8601"`.

**New in Chef Infra Server 14.1**

`nginx['url']`

: Default value: `https://#{node['fqdn']}`.
Expand Down Expand Up @@ -1279,6 +1270,14 @@ This configuration file has the following settings for `opscode-erchef`:

: Default value: `256`.

`opscode_erchef["include_version_in_status"]`

: Set to `true` to include `server_version` as part of the `/_status` endpoint.

Default value : `false`.

**New in Chef Infra Server 14.1**

`opscode_erchef['listen']`

: The IP address on which the service is to listen. Default value:
Expand Down