Changes between Initial Version and Version 1 of Ticket #262, comment 1


Ignore:
Timestamp:
12/21/12 13:20:14 (11 years ago)
Author:
Valentin V. Bartenev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #262, comment 1

    initial v1  
    66
    77  If `proxy_pass` is specified **without URI**, a request URI is passed to the server in the same form as sent by a client when processing an original request
     8
     9
     10The correct configuration in your case would be:
     11
     12{{{
     13location /foo {
     14    proxy_pass http://localhost:8080;
     15}
     16}}}