Changeset

6087:04d0ab97a678

mod_unified_push: add http default path to readme for reverse proxying
author Menel <menel@snikket.de>
date Sun, 08 Dec 2024 11:06:01 +0100
parents 6086:b6c17530a8fb
children 6088:a8f1cae2c8d6
files mod_unified_push/README.md
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_unified_push/README.md	Sun Dec 08 10:54:31 2024 +0100
+++ b/mod_unified_push/README.md	Sun Dec 08 11:06:01 2024 +0100
@@ -72,10 +72,11 @@
 `openssl rand -base64 32`. Changing the secret will invalidate all existing
 push registrations.
 
-### HTTP configuration
+## HTTP configuration
 
-This module exposes a HTTP endpoint (to receive push notifications from app
-servers). For more information on configuring HTTP services in Prosody, see
+This module exposes a HTTP endpoint, by default at the path `/push` (to receive push notifications from app
+servers). **If you use a reverse proxy, make sure you proxy this path too.**
+For more information on configuring HTTP services and reverse proxying in Prosody, see
 [Prosody HTTP documentation](https://prosody.im/doc/http).
 
 ## Example configuration