Skip to content

Commit 4022ad5

Browse files
committed
Update inbound links
1 parent 5a71f9a commit 4022ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/best-practices/performance/how-to-enable-pagespeed-booster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The steps include:
9999
- Configure SSL and DNS
100100
- Configuring Varnish
101101
- Modifying your Varnish VCL configuration
102-
- Add the user agent **PSB**to the [allowlist for the ratelimiter](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md#whitelisting-additional-user-agents) in `~/nginx/http.ratelimit` file
102+
- Add the user agent **PSB**to the [allowlist for the ratelimiter](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md#allowlisting-additional-user-agents) in `~/nginx/http.ratelimit` file
103103
- Turn off ESI Block Parsing
104104
- Add PageSpeed Booster as Flush Target
105105

docs/troubleshooting/performance/how-to-implement-pagespeed-booster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To setup PageSpeed Booster on your development environment you'll need a unique
6464
`hypernode-manage-vhosts psb.example.com --https --force-https --varnish`
6565
1. Now point the DNS to the PageSpeed Booster instance with the records you got at the PageSpeed Booster page in your Control Panel.
6666
1. Make sure Varnish is enabled on the server: hypernode-systemctl settings varnish_enabled.
67-
1. Add the user agent **PSB**to the [allowlist for the ratelimiter](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md#whitelisting-additional-user-agents) in\*\*~/nginx/http.ratelimit\*\* file.
67+
1. Add the user agent **PSB**to the [allowlist for the ratelimiter](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md#allowlisting-additional-user-agents) in\*\*~/nginx/http.ratelimit\*\* file.
6868
1. Disable the [basic-authentication](../../hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md#disable-the-basic-authentication) on the development Hypernode.
6969

7070
### Configuring Varnish

0 commit comments

Comments
 (0)