From 060ac6cb95a6088bb71a9d4f25560e8afe5c642e Mon Sep 17 00:00:00 2001 From: lambda Date: Thu, 8 Mar 2018 18:00:59 +0000 Subject: [PATCH] Update pleroma.nginx --- installation/pleroma.nginx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index f714792da..fcc3997d3 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -26,6 +26,8 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + proxy_set_header Host $http_host; + proxy_pass http://localhost:4000; }