note nginx proxy header requirement
Ted Unangst tedu@tedunangst.com
Fri, 26 Apr 2019 12:07:35 -0400
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
docs/manual.txt
→
docs/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;