Page not found (404)

Request Method: GET
Request URL: https://blog.n1mda.ru/linux/nginx-ssl-%D0%B8-%D0%BC%D0%BD%D0%BE%D0%B3%D0%BE-%D0%B4%D0%BE%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2-%D0%BD%D0%B0-%D0%BE%D0%B4%D0%BD%D0%BE%D0%BC-%D0%B0%D0%B9%D0%BF%D0%B8.html

Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='home']
  3. <slug:slug> [name='post']
  4. <slug:category_slug>/ [name='category']
  5. __debug__/
  6. sitemap.xml
  7. ckeditor/
  8. ^media/(?P<path>.*)$

The current path, linux/nginx-ssl-и-много-доменов-на-одном-айпи.html, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.