I have the following in my Nginx site config file:
server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share
I had the same issue, and as suggested by Alexey Ten, the solution is to remove the Host header.