So Django is sending me mail with this info:
[Django] ERROR: Invalid HTTP_HOST header: '<my server IP here>'.You may need to add u'<my server IP here>' to ALLOWED_HOSTS.
No stack trace available
Request repr() unavailable.
The problem is... You can't access my website with the server IP because I only allowing domain that already is in the ALLOWED_HOST setting.
So... What should I do?
Edit: I am using Nginx -> Gunicorn. This error only happens sometimes, like 1-2 times per week.