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

Adjust CloudFront configuration instructions to allow POST

Summary: Ref T8293. We may submit POST requests to the alternate file domain, and CloudFront should be configured to route them.

Test Plan: See T8293.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8293

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

+4
+4
src/docs/user/configuration/configuring_file_domain.diviner
··· 52 52 domain name of your install, not just a load balancer or instance). You do not 53 53 need to set up a new domain name, which makes setup a bit more straightforward. 54 54 55 + Most settings can be left at their default values, but you should change 56 + the **Allowed HTTP Methods** setting from `GET, HEAD` to 57 + `GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE`. 58 + 55 59 Once configured, accessing the distribution's domain name should return a 56 60 Phabricator error page indicating that Phabricator does not recognize the 57 61 domain. If you see this page, it means you've configured things correctly.