Software /
code /
prosody-modules
Diff
mod_unified_push/README.md @ 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 (3 months ago) |
parent | 6084:3441cdf73d80 |
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