You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ Variables may appear in the arguments. An example is
290
290
echo The current request uri is $request_uri;
291
291
292
292
293
-
where `$request_uri` is a variable exposed by the [[NginxHttpCoreModule]].
293
+
where `$request_uri` is a variable exposed by the `NginxHttpCoreModule`.
294
294
295
295
This command can be used multiple times in a single location configuration, as in
296
296
@@ -1218,7 +1218,7 @@ $echo_request_uri
1218
1218
1219
1219
Evaluates to the parsed form of the URI (usually led by `/`) of the current (sub-)request. Unlike the `$echo_cacheable_request_uri` variable, it is *not* cacheable.
1220
1220
1221
-
This is quite different from the `$request_uri` variable exported by the [[NginxHttpCoreModule]], because `$request_uri` is the *unparsed* form of the current request's URI.
1221
+
This is quite different from the `$request_uri` variable exported by the `NginxHttpCoreModule`, because `$request_uri` is the *unparsed* form of the current request's URI.
1222
1222
1223
1223
This variable was first introduced in `version 0.17`.
0 commit comments