Skip to content

[Bug]: Wrong HTML rendering for HTTP CONNECT page #1631

@fabriziofiorucci

Description

@fabriziofiorucci

Describe the problem you have identified

In this page:

https://docs.nginx.com/nginx/admin-guide/web-server/http-connect-proxy/

The ︃!=︃ operator is rendered as the wrong character, see the attached image

Image
server {
    listen 10.10.1.11:3128;

    # Handle other methods
    location / {
        if ($request_method != CONNECT) {
            return 403 "Forbidden: allows only CONNECT method";
        }

    # allow CONNECT requests
    tunnel_pass;
    }
}

Which product or products does this problem relate to?

NGINX Plus

If necessary, explain any additional steps to reproduce the problem.

No response

What is the expected or desired behaviour?

The web page should display ︃!=︃ correctly

Is this problem specific to a particular platform or software version?

No response

Any additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions