Add receiver support

This commit is contained in:
viido
2019-11-12 21:45:31 +02:00
parent e5a0eb685a
commit cb951a9559
5 changed files with 100 additions and 18 deletions

View File

@@ -32,6 +32,8 @@ server {
}
location /mopidy {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:6680/mopidy;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;