user nginx;worker_processes 1;error_log /var/log/nginx/nginx-error.log error;events { use epoll;}http { gzip on; server { listen 80; root /usr/local/nginx/html; location = /empty/ { empty_gif; } location = /include/ { content_by_lua ' ngx.location.capture("/empty/") ngx.location.capture("/empty/") '; } location = /ssi.html { ssi on; } }}
HEADER<!--#include virtual="/include/" wait="yes" -->
[alert] 20457#0: *1 the http output chain is empty, client: 127.0.0.1, server: , request: "GET /ssi.html HTTP/1.1", subrequest: "/include/"
See http://trac.nginx.org/nginx/ticket/132
This ticket has not been updated 2 years :(((среда, 4 июня 2014 г., 13:47:50 UTC+4 пользователь in...@ecsystems.nl написал:See http://trac.nginx.org/nginx/ticket/132