proxy_pass с переменной

Vladislav Vorobiev mymir.org at googlemail.com
Mon Jan 26 22:11:55 MSK 2009


Не получается  proxy_pass с переменной, кто подскажет почему?

server {
server_name *.domain;
listen 80;
    location / {
    set $dom ru;
    proxy_pass
    http://localhost:8080/VirtualHostBase/http/$dom.domain:80/pfad/VirtualHostRoot;
  }
}

Влад


More information about the nginx-ru mailing list