Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
x-accel-redirect похоже неверно р аботает (пробовал 8.29 и 8.33 )
В конфиге прописан следующий location
location /download {
root /var/web/download/;
expires 2M;
limit_conn download 3;
internal;
}
Бекенд отсылает следующий хедер
X-Accel-Redirect: /download/w3pntpy6ujnz8xwr-K05dj.jpeg
В error логе nginx-а вижу:
2010/02/12 21:30:08 16147#0: *44 open()
"/opt/nginx/0.8.33/html-/download/w3pntpy6ujnz8xwr-K05dj.jpeg:" failed (2: No
such file or directory), client: 92.36.xx.xx, server: domain.ru, request: "GET
/save/file/index/0?98085 HTTP/1.1", upstream:
"http://127.0.0.1:8001/save/file/index/0?98085", host: "domain.ru", referrer:
"http://domain.ru/save"
Подчеркиванием выделил странную штуку.
Пробовал на 8.33, 8.29 - проявляется.
На 7.65 - все ок
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,53972,53972#msg-53972
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|