@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct Aphlict documentation for Nginx proxying

Summary: Fixes T10857. This documentation did not accurately reflect proper configuration: in the Aphlict config, SSL is inferred from the presence of `ssl.*` configuration.

Test Plan: Read documentation.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10857

Differential Revision: https://secure.phabricator.com/D15787

+1 -1
+1 -1
src/docs/user/configuration/notifications.diviner
··· 273 273 **Aphlict**: Your Aphlict configuration should make these adjustments to 274 274 the `"client"` server: 275 275 276 - - The `protocol` should be `"http"`: `nginx` will send plain HTTP traffic 276 + - Do not specify any `ssl.*` options: `nginx` will send plain HTTP traffic 277 277 to Aphlict. 278 278 - Optionally, you can `listen` on `127.0.0.1` instead of `0.0.0.0`, because 279 279 the server will no longer receive external traffic.