generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
P3 - Normal (TTR: 1 month)Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.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)Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)
Description
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
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.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)Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)