@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.

Fix a "websokket" typo

Summary: Typo fix from D15703 that I overlooked.

Test Plan: Careful inspection.

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/docs/user/configuration/notifications.diviner
··· 174 174 175 175 - run the websocket through a websocket-capable loadbalancer and terminate 176 176 SSL there; or 177 - - run the websokket through `nginx` over the same socket as the rest of 177 + - run the websocket through `nginx` over the same socket as the rest of 178 178 your web traffic. 179 179 180 180 See the next sections for more detail.