Skip to content

print warning when server_name and cur_server_name don't match #760

@Alexis-benoist

Description

@Alexis-benoist

If the server name is misconfigured, the subdomain is '<invalid>' and no warning is printed.

if cur_server_name[offset:] != real_server_name:

An improvement could be to print a warning if the names don't match, instead of just returning 404 errors for all pages.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions