fix: host header
This commit is contained in:
parent
2f17ba466f
commit
75415c17e8
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ server {
|
|||
|
||||
# default html page
|
||||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://baikal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue