Привет всем.

Перевожу проект на uwsgi, столкнулся с фичей:

upstream up  {
server 127.0.0.1:12345;
}

proxy_pass http://${var}up;

работает, но при замене на:

uwsgi_pass ${var}up;

получаю:
nginx -t
nginx: [emerg] directive "uwsgi_pass" is not terminated by ";" in
/etc/nginx/includes/proxy.conf:9

Как жить дальше?

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,239598,239598#msg-239598

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru

Ответить