Answer the question
In order to leave comments, you need to log in
What characters are allowed in $request_uri in nginx?
There is the following config
nginx.org/en/docs/http/converting_rewrite_rules.html
server {
listen 80;
server_name example.org;
return 301 http://www.example.org$request_uri;
}
server {
listen 80;
server_name www.example.org;
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question