Skip to content

Commit fa2df6e

Browse files
authored
Update troubleshooting-other-errors.mdx (#17808)
Origin web server.
1 parent 6ee98a5 commit fa2df6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/support/troubleshooting/cloudflare-errors/troubleshooting-other-errors.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source: null
55

66
---
77

8-
Some other type of errors might be returned to visitors for proxied requests depending on the origin configuration.
8+
Some other type of errors might be returned to visitors for proxied requests depending on the origin web server configuration.
99

1010
:::caution
1111

@@ -30,10 +30,10 @@ These errors are usually due to an issue on the origin web server configuration,
3030

3131
* A malformed HTTP response header on the origin web server.
3232

33-
**Resolution**: Make a request directly to your origin server and take a look at the HTTP response headers and see if you can see anything that looks abnormal.
33+
**Resolution**: Make a request directly to your origin web server and take a look at the HTTP response headers and see if you can see anything that looks abnormal.
3434
Make sure that the field values are respecting the following requirements: [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110.html#section-5.5), [RFC 9113](https://www.rfc-editor.org/rfc/rfc9113.html#section-8.2.1) and [RFC 5234](https://www.rfc-editor.org/rfc/rfc5234#appendix-B.1).
3535

36-
* A compression issue, for example the origin server is serving gzip encoded compressed content but is not updating the `content-length` header, or the origin is serving broken gzip compressed content.
36+
* A compression issue, for example the origin web server is serving gzip encoded compressed content but is not updating the `content-length` header, or the origin web server is serving broken gzip compressed content.
3737

38-
**Resolution**: In this case you can try to disable compression at your origin and rely on Cloudflare to [compress content](/speed/optimization/content/compression/)
38+
**Resolution**: In this case you can try to disable compression at your origin web server and rely on Cloudflare to [compress content](/speed/optimization/content/compression/)
3939
You can also investigate the configuration of your origin server to make sure the compression is working as expected.

0 commit comments

Comments
 (0)