Add /uploads/ path to HTTP config docs. Closes #1803.

This commit is contained in:
Kailash Nadh 2024-04-01 19:05:38 +05:30
parent e4589d6236
commit 7bf9481488

View file

@ -46,6 +46,7 @@ When configuring auth proxies and web application firewalls, use this table.
| `GET` | `/campaign/*` | Pixel tracking image | | `GET` | `/campaign/*` | Pixel tracking image |
| `GET` | `/public/*` | Static files for HTML subscription pages | | `GET` | `/public/*` | Static files for HTML subscription pages |
| `POST` | `/webhooks/service/*` | Bounce webhook endpoints for AWS and Sendgrid | | `POST` | `/webhooks/service/*` | Bounce webhook endpoints for AWS and Sendgrid |
| `GET` | `/uploads/*` | The file upload path configured in media settings |
## Media uploads ## Media uploads