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

Labels

P3 - Normal (TTR: 1 month)Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.product/nginx-plusIssues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions