all repos — honk @ d05c7857f62ec5339a0d2388460a8b569638444f

my fork of honk

note nginx proxy header requirement
Ted Unangst tedu@tedunangst.com
Fri, 26 Apr 2019 12:07:35 -0400
commit

d05c7857f62ec5339a0d2388460a8b569638444f

parent

4c589271d0cc6f2076a3ec0d21dcce75e71a0078

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M docs/manual.txtdocs/manual.txt

@@ -65,3 +65,5 @@ ActivityPub in practice uses HTTP signatures to verify requests. In order for

this to work, the backend server must receive certain header fields unmodified. In particular, the Host header and the message content cannot be altered. + +Specifically, for nginx: proxy_set_header Host $http_host;