add REDIRECT_TO_REQUEST_URI variable and edit environment variables docs
This commit is contained in:
@@ -1 +1,5 @@
|
||||
{% if REDIRECT_TO_REQUEST_URI == "yes" %}
|
||||
return 301 {{ REDIRECT_TO }}$request_uri;
|
||||
{% else %}
|
||||
return 301 {{ REDIRECT_TO }};
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user