Skip to content

Commit dcd2123

Browse files
authored
Merge pull request #2437 from Ivaylo-Kirov/patch-1
[Update] How to Configure NGINX
2 parents b1cb6f1 + 04db508 commit dcd2123

File tree

1 file changed

+1
-1
lines changed
  • docs/web-servers/nginx/how-to-configure-nginx

1 file changed

+1
-1
lines changed

docs/web-servers/nginx/how-to-configure-nginx/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ http {
5454

5555
## The http Block
5656

57-
The `http` block contains directives for handling web traffic. These directives are often referred to as *universal* because they are passed on to to all website configurations NGINX serves. See [the NGINX docs](https://nginx.org/en/docs/http/ngx_http_core_module.html) for a list of available directives for the `http` block.
57+
The `http` block contains directives for handling web traffic. These directives are often referred to as *universal* because they are passed on to all website configurations NGINX serves. See [the NGINX docs](https://nginx.org/en/docs/http/ngx_http_core_module.html) for a list of available directives for the `http` block.
5858

5959
{{< file "/etc/nginx/nginx.conf" nginx >}}
6060
http {

0 commit comments

Comments
 (0)