diff options
Diffstat (limited to 'installation/pleroma.nginx')
-rw-r--r-- | installation/pleroma.nginx | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |