From 7bf9481488d1637056e63c1f5874ac963d588ea8 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 1 Apr 2024 19:05:38 +0530 Subject: [PATCH] Add `/uploads/` path to HTTP config docs. Closes #1803. --- docs/docs/content/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/content/configuration.md b/docs/docs/content/configuration.md index 049a982ab..ffdd7df20 100644 --- a/docs/docs/content/configuration.md +++ b/docs/docs/content/configuration.md @@ -46,6 +46,7 @@ When configuring auth proxies and web application firewalls, use this table. | `GET` | `/campaign/*` | Pixel tracking image | | `GET` | `/public/*` | Static files for HTML subscription pages | | `POST` | `/webhooks/service/*` | Bounce webhook endpoints for AWS and Sendgrid | +| `GET` | `/uploads/*` | The file upload path configured in media settings | ## Media uploads