forked from AkkomaGang/akkoma
Merge remote-tracking branch 'upstream/develop' into media-proxy
This commit is contained in:
commit
9093b2cf49
19 changed files with 226 additions and 39 deletions
|
|
@ -22,6 +22,9 @@ server {
|
|||
server_name example.tld;
|
||||
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_pass http://localhost:4000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue