by nutomic
--- original +++ modified @@ -96,6 +96,7 @@ location / { proxy_pass http://127.0.0.1:8081; proxy_http_version 1.1; + proxy_set_header Host $host; } } ```