-* **notification.client-uri:** http://<ip or host>:22280/
-* **notification.server-uri:** http://<ip or host>:22281/
-
+3. Configure your Phabricator instance at http://phabricator.domain.tld/config/edit/notification.servers
+
+When you configure your instance, use the following template:
+
+```lang=json
+[
+ {
+ "type": "client",
+ "host": "aphlict.yourdomain.tld",
+ "port": 22280,
+ "protocol": "http"
+ },
+ {
+ "type": "admin",
+ "host": "aphlict.yourdomain.tld",
+ "port": 22281,
+ "protocol": "http"
+ }
+]
+```
TLS termination
---------------
-Steps 1 and 2 as above.
-
-3. Follow the instructions of https://secure.phabricator.com/book/phabricator/article/notifications/#advanced-usage to configure your nginx. Note you can directly use proxy_pass http://localhost:22280/ and discard the upstream block.
-4. Configure your Phabricator instance at https://phabricator.domain.tld/config/group/notification/
-
-When you configure your intance, three parameters are necessary, but only *client-uri* changes from the HTTP config: