mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Fixes HDHR not adding port number to stream link.
This commit is contained in:
parent
63fea4bed6
commit
17b180412c
1 changed files with 4 additions and 1 deletions
|
|
@ -44,9 +44,12 @@ server {
|
|||
|
||||
# Route HDHR request to Django
|
||||
location /hdhr {
|
||||
proxy_pass http://127.0.0.1:5656;
|
||||
include uwsgi_params;
|
||||
uwsgi_pass unix:/app/uwsgi.sock;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Host $host:$server_port;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue