1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Update pleroma.nginx

This commit is contained in:
lambda 2018-03-08 18:00:59 +00:00
parent 460062f2b0
commit 060ac6cb95

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