diff xml/en/docs/http/ngx_http_fastcgi_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents a9a9a052b5bd
children d765ffffd08c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="49">
+        rev="50">
 
 <section id="summary">
 
@@ -786,7 +786,7 @@ If the <value>string</value> is found th
 server has returned an <link id="fastcgi_next_upstream">invalid response</link>.
 This allows handling application errors in nginx, for example:
 <example>
-location /php {
+location /php/ {
     fastcgi_pass backend:9000;
     ...
     fastcgi_catch_stderr "PHP Fatal error";