comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1184:55857cbf562d

Fixed alignment issues after mechanical conversion from fastcgi.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 May 2014 22:29:21 +0400
parents ec1097156f81
children f9c8336fe43c
comparison
equal deleted inserted replaced
1183:1ce4912eb182 1184:55857cbf562d
961 <para> 961 <para>
962 This directive can be used to create local copies of static unchangeable 962 This directive can be used to create local copies of static unchangeable
963 files, e.g.: 963 files, e.g.:
964 <example> 964 <example>
965 location /images/ { 965 location /images/ {
966 root /data/www; 966 root /data/www;
967 error_page 404 = /fetch$uri; 967 error_page 404 = /fetch$uri;
968 } 968 }
969 969
970 location /fetch/ { 970 location /fetch/ {
971 internal; 971 internal;
972 972
975 975
976 scgi_store on; 976 scgi_store on;
977 scgi_store_access user:rw group:rw all:r; 977 scgi_store_access user:rw group:rw all:r;
978 scgi_temp_path /data/temp; 978 scgi_temp_path /data/temp;
979 979
980 alias /data/www/; 980 alias /data/www/;
981 } 981 }
982 </example> 982 </example>
983 </para> 983 </para>
984 984
985 </directive> 985 </directive>