Skip to content

Commit 723c55c

Browse files
edits so we don't assume they've completed the NGINX deploy LP
1 parent 0166474 commit 723c55c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_revprox_and_apigw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ layout: "learningpathall"
77

88
## NGINX reverse proxy and API gateway configuration
99

10-
In the [set up a reverse proxy and API gateway](/learning-paths/servers-and-cloud-computing/nginx/reverse_proxy_and_api_gateway/) section of the [Learn how to deploy NGINX](/learning-paths/servers-and-cloud-computing/nginx/) Learning Path, you configured a minimal reverse proxy and API gateway.
10+
You'll now review a tuned configuration from the [set up a reverse proxy and API gateway](/learning-paths/servers-and-cloud-computing/nginx/reverse_proxy_and_api_gateway/) section of the [Learn how to deploy NGINX](/learning-paths/servers-and-cloud-computing/nginx/) Learning Path.
1111

12-
You'll now review a tuned configuration. Use this example configuration as a starting point, then size each directive for your workload and validate the result with repeatable measurements.
12+
Use this example configuration as a starting point, then size each directive for your workload and validate the result with repeatable measurements.
1313

1414
### Top-level nginx.conf
1515

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_static_file_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ layout: "learningpathall"
77

88
## NGINX file server configuration
99

10-
In the [set up a static file server](/learning-paths/servers-and-cloud-computing/nginx/basic_static_file_server/) section of the [Learn how to deploy NGINX](/learning-paths/servers-and-cloud-computing/nginx/) Learning Path, you configured a minimal file server.
10+
You'll now review a tuned file server configuration from the [set up a static file server](/learning-paths/servers-and-cloud-computing/nginx/basic_static_file_server/) section of the [Learn how to deploy NGINX](/learning-paths/servers-and-cloud-computing/nginx/) Learning Path.
1111

12-
You'll now review a tuned file server configuration. Use this example configuration as a starting point, then size each directive for your workload and validate the result with repeatable measurements.
12+
Use this example configuration as a starting point, then size each directive for your workload and validate the result with repeatable measurements.
1313

1414
### Top-level nginx.conf
1515

0 commit comments

Comments
 (0)