Skip to content

Commit 84b422a

Browse files
committed
Corrects link
1 parent 72feb80 commit 84b422a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-500.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `Error establishing database connection message` is a common HTTP `500` erro
1414

1515
### Resolution
1616

17-
When dealing with most `5XX` errors, the first step is to reach out to your hosting provider or site administrator to help troubleshoot the issue. Share the necessary [error details](#required-error-details-for-hosting-provider) to your hosting provider to assist troubleshooting the issue.
17+
When dealing with most `5XX` errors, the first step is to reach out to your hosting provider or site administrator to help troubleshoot the issue. Share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to your hosting provider to assist troubleshooting the issue.
1818

1919
However, if the `500` error contains `cloudflare` or `cloudflare-nginx` in the HTML response body, contact [Cloudflare support](/support/contacting-cloudflare-support/) and provide the following details:
2020

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As a temporary workaround, you can set the affected DNS record to [DNS-only](/dn
3333

3434
:::
3535

36-
- Contact your hosting provider or site administrator and share the necessary [error details](#required-error-details-for-hosting-provider) to assist with troubleshooting. Request a review of your origin web server error logs for crashes and check for [common causes](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#common-causes-3) mentioned in the previous section.
36+
- Contact your hosting provider or site administrator and share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to assist with troubleshooting. Request a review of your origin web server error logs for crashes and check for [common causes](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/#common-causes) mentioned in the previous section.
3737

3838
- If HTTP/2 is enabled at your origin server, ensure it is correctly set up. Cloudflare connects to servers who announce support of HTTP/2 connections via [ALPN](https://blog.cloudflare.com/introducing-http2). If the origin web server accepts the HTTP/2 connection but then does not respect or support the protocol, an HTTP `520` error will be returned. You can disable the [HTTP/2 to Origin](/speed/optimization/protocol/http2-to-origin/#disable-http2-to-origin) in **Speed** > **Optimization** > **Protocol Optimization** on the Cloudflare dashboard.
3939

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-521.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The two most common causes of `521` errors are:
1717

1818
### Resolution
1919

20-
Contact your hosting provider or site administrator and share the necessary [error details](#required-error-details-for-hosting-provider) to assist in troubleshooting these common causes:
20+
Contact your hosting provider or site administrator and share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to assist in troubleshooting these common causes:
2121

2222
- Ensure your origin web server is responsive.
2323
- Review origin web server error logs to identify web server application crashes or outages.

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-522.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Two different timeouts cause HTTP error `522` depending on when they occur betwe
1717

1818
### Resolution
1919

20-
- Contact your hosting provider and share the necessary [error details](#required-error-details-for-hosting-provider) to assist in troubleshooting these common causes:
20+
- Contact your hosting provider and share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to assist in troubleshooting these common causes:
2121

2222
- [Cloudflare IP addresses](https://www.cloudflare.com/ips/) are rate limited or blocked in .htaccess, iptables, or firewalls. Confirm your hosting provider allows Cloudflare IP addresses (most common cause).
2323
- An overloaded or offline origin web server drops incoming requests.

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-523.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This typically occurs when a network device between Cloudflare and the origin we
1414

1515
### Resolution
1616

17-
Contact your hosting provider and share the necessary [error details](#required-error-details-for-hosting-provider) to exclude the following common causes at your origin web server:
17+
Contact your hosting provider and share the necessary [error details](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to exclude the following common causes at your origin web server:
1818

1919
- Confirm the correct origin IP address is listed for A or AAAA records within your Cloudflare DNS app.
2020
- Troubleshoot Internet routing issues between your origin and Cloudflare, or with the origin itself.

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ established, but does not send a timely response.
2525
Here are the options we suggest to work around this issue:
2626

2727
- Implement status polling of large HTTP processes to avoid hitting this error.
28-
- [Contact your hosting provider](#required-error-details-for-hosting-provider) to exclude the following common causes at your origin web server:
28+
- [Contact your hosting provider](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/#required-error-details-for-hosting-provider) to exclude the following common causes at your origin web server:
2929
- A long-running process on the origin web server.
3030
- An overloaded origin web server.
3131

0 commit comments

Comments
 (0)