Update pleroma.nginx

This commit is contained in:
lambda 2018-03-08 18:00:59 +00:00
parent 460062f2b0
commit 060ac6cb95
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}