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;