Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: помогите c SSI
Спасибо Максим,
сделал апгрейт до .50 и все заработало
еще поправил конфиг:[code]
default_type text/html;
ssi_types */*;
ssi on;
ssi_silent_errors on;
ssi_value_length 4098;
location / {
error_log logs/error1.log debug;
root /Users/akalend/projects/govnokod/template/ssi;
index index.tpl;
}
[/code]
пошел прикручивать php
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,127041,127102#msg-127102
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|