fix: host header

This commit is contained in:
Strix 2023-12-03 23:57:34 +01:00
parent 2f17ba466f
commit 75415c17e8
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -6,6 +6,7 @@ server {
# default html page
location / {
proxy_set_header Host $host;
proxy_pass http://baikal;
}
}