in my settings.py
DEBUG = False TEMPLATE_DEBUG = False ALLOWED_HOSTS = [] on the server when issuing 404 issues
DEBUG = True in your Django settings file. Change to False, and Django will display a standard 404 page.
The server works with Nginx, Ajenti, Django and Gunicorn. Tell me what can be done so that when I get to 404 - I get a standard error Nginx