Skip to content

Commit 12b5824

Browse files
committed
Merge branch 'main' into waf/refactor
2 parents bb83fed + 210d10d commit 12b5824

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[//]: # "If the changes were defined by a GitHub issue, reference it using keywords."
1515
[//]: # "https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests"
1616

17-
[//]: # "Do not like to any internal, non-public resources. This includes internal repository issues or anything in an intranet."
17+
[//]: # "Do not link to any internal, non-public resources. This includes internal repository issues or anything in an intranet."
1818
[//]: # "You can make reference to internal discussions without linking to them: see 'Referencing internal information'."
1919
[//]: # "https://github.com/nginx/documentation/blob/main/documentation/closed-contributions.md#referencing-internal-information"
2020

content/nginx/admin-guide/basic-functionality/managing-configuration-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ type:
99
- how-to
1010
---
1111

12-
NGINX and NGINX Plus are similar to other services in using a text‑based configuration file with a precise format. By default the file is named **nginx.conf** and for NGINX Plus is placed in the `**/etc/nginx**` directory.
12+
Similar to other services, NGINX and NGINX Plus use a text‑based configuration file with a precise format. By default the file is named **nginx.conf** and for NGINX Plus is placed in the `/etc/nginx` directory.
1313

14-
For NGINX Open Source, the location depends on the package system used to install NGINX and the operating system. It is typically one of `**/usr/local/nginx/conf**`, `**/etc/nginx**`, or `**/usr/local/etc/nginx**`.
14+
For NGINX Open Source, the location depends on the package system used to install NGINX and the operating system. It is typically one of `/usr/local/nginx/conf`, `/etc/nginx`, or `/usr/local/etc/nginx`.
1515

1616
## Directives
1717
The configuration file consists of _directives_ and their parameters. Simple (single‑line) directives end with a semicolon ( `;` ). Other directives act as “containers” which group together related directives. Containers are enclosed in curly braces ( `{}` ) and are often referred to as _blocks_. Here are some examples of simple directives.

content/nic/configuration/global-configuration/configmap-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ that make sense for your setup:
2828
client-max-body-size: "2m"
2929
```
3030

31-
See the section [Summary of ConfigMap Keys](#summary-of-configmap-keys) for the explanation of the available ConfigMap keys (such as `proxy-connect-timeout` in this example).
31+
See the section [Summary of ConfigMap Keys](#configmap-keys) for the explanation of the available ConfigMap keys (such as `proxy-connect-timeout` in this example).
3232

3333
1. Create a new (or update the existing) ConfigMap resource:
3434

0 commit comments

Comments
 (0)