From: lambda Date: Thu, 8 Mar 2018 18:00:59 +0000 (+0000) Subject: Update pleroma.nginx X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=060ac6cb95a6088bb71a9d4f25560e8afe5c642e;p=akkoma Update pleroma.nginx --- 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; }