Skip to content

Commit

Permalink
Merge pull request #2276 from chef/im/config_options
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Feb 26, 2021
2 parents 33b9bf5 + 784839a commit bbb0da2
Showing 1 changed file with 16 additions and 17 deletions.
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

0 comments on commit bbb0da2

Please sign in to comment.