forked from AkkomaGang/akkoma
Update pleroma.nginx
This commit is contained in:
parent
460062f2b0
commit
060ac6cb95
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue