Skip to content

Commit 71e0cb6

Browse files
committed
copy edit troubleshooting
1 parent 35404ee commit 71e0cb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/reverse-proxy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ server {
8282
}
8383
```
8484

85-
## Common issues and troubleshooting
85+
## Troubleshooting
8686

8787
### 404 error
8888

89-
**Symptoms**: Documentation loads but features don't work, API calls fail
89+
**Symptoms**: Documentation loads, but features don't work. API calls fail.
9090

91-
**Cause**: Host header is being forwarded or Origin header is missing
91+
**Cause**: `Host` header is being forwarded or `Origin` header is missing.
9292

9393
**Solution**:
9494

@@ -99,9 +99,9 @@ server {
9999

100100
**Symptoms**: Slow page loads and layout shifts.
101101

102-
**Cause**: Incorrect caching configuration
102+
**Cause**: Incorrect caching configuration.
103103

104-
**Solution**: Enable caching only for `/mintlify-assets/_next/static/*` paths
104+
**Solution**: Enable caching only for `/mintlify-assets/_next/static/*` paths.
105105

106106
## Support limitations
107107

0 commit comments

Comments
 (0)