Skip to content

Commit 8c22cf1

Browse files
mjangJTorreG
andauthored
fix: removed extra asterisks (#1122)
* fix: removed extra asterisks The extra asterisks are misleading, as they can be mistaken for wildcards * Apply suggestion from @JTorreG Co-authored-by: Jon Torre <[email protected]> --------- Co-authored-by: Jon Torre <[email protected]>
1 parent 802ebc2 commit 8c22cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.

0 commit comments

Comments
 (0)