mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Pass host header to upstream
This commit is contained in:
@ -35,6 +35,9 @@ server {
|
||||
|
||||
access_log off;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
|
||||
location /download {
|
||||
proxy_pass http://worker;
|
||||
}
|
||||
|
Reference in New Issue
Block a user