generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
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
No labels