# HG changeset patch # User Menel # Date 1733652361 -3600 # Node ID 04d0ab97a678a3ee464f84d54b863a170bf65088 # Parent b6c17530a8fb5e77a1ae2da621353ec16ae9d4a2 mod_unified_push: add http default path to readme for reverse proxying diff -r b6c17530a8fb -r 04d0ab97a678 mod_unified_push/README.md --- 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