We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b127c60 commit 19a3798Copy full SHA for 19a3798
v3.x/configuration/theme.mdx
@@ -31,6 +31,18 @@ php artisan storage:link
31
32
From here you may upload a custom banner image to be displayed on your status page. To use the default banner image, click the "X" button.
33
34
+### Common issues
35
+
36
+#### Uploading images returns a `401 Unauthorized`
37
38
+This error is often seen when running Cachet behind a Reverse Proxy. To resolve this, you'll need to add your trusted
39
+proxy IPs Cachet's `.env` file.
40
41
+```dotenv
42
+# Replace with your reverse proxy IPs
43
+CACHET_TRUSTED_PROXIES="192.168.1.1,192.168.1.2"
44
+```
45
46
## Accents
47
48
Cachet provides a simple way to customize the colors of your status page through the use of accents. Accent colors
0 commit comments