comparison mod_unified_push/README.md @ 6059: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 3441cdf73d80
children
comparison
equal deleted inserted replaced
6058:b6c17530a8fb 6059:04d0ab97a678
70 70
71 A random push secret can be generated with the command 71 A random push secret can be generated with the command
72 `openssl rand -base64 32`. Changing the secret will invalidate all existing 72 `openssl rand -base64 32`. Changing the secret will invalidate all existing
73 push registrations. 73 push registrations.
74 74
75 ### HTTP configuration 75 ## HTTP configuration
76 76
77 This module exposes a HTTP endpoint (to receive push notifications from app 77 This module exposes a HTTP endpoint, by default at the path `/push` (to receive push notifications from app
78 servers). For more information on configuring HTTP services in Prosody, see 78 servers). **If you use a reverse proxy, make sure you proxy this path too.**
79 For more information on configuring HTTP services and reverse proxying in Prosody, see
79 [Prosody HTTP documentation](https://prosody.im/doc/http). 80 [Prosody HTTP documentation](https://prosody.im/doc/http).
80 81
81 ## Example configuration 82 ## Example configuration
82 83
83 ### Recommended: load on Virtualhost(s) 84 ### Recommended: load on Virtualhost(s)