On 10/29/07, Igor Sysoev <is at rambler-co.ru> wrote: > You need to add > > location / { > proxy_pass http://127.0.0.1:81; > + proxy_set_host Host $host; > } thanks (and it is ''proxy_set_header Host $host;'', just in case someone will be looking at this thread facing same troubles) -- almir