Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ssi is broken in 0.7.59?
Привет! Тест кондишнс ниже
$ cat test_inc.shtml
<!--#set var="inc" value="HERE" -->
<!--#echo var="inc"-->
$ cat test.shtml:
<!--#include virtual="/ssi/test_inc.shtml" -->
<!--#echo var="inc"-->
$ curl http://site/ssi/test.shtml
HERE
(none)
с тем же конфигом 0.6.37 работает прекрасно.
|