From 2c0a66120ac5d5696eb4325560d1791eed66f28f Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 26 Apr 2019 12:07:35 -0400 Subject: [PATCH] note nginx proxy header requirement --- docs/manual.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual.txt b/docs/manual.txt index 9cbcd9d..f56a314 100644 --- a/docs/manual.txt +++ b/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;