Changes between Initial Version and Version 1 of Ticket #262, comment 1
- Timestamp:
- 12/21/12 13:20:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #262, comment 1
initial v1 6 6 7 7 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 10 The correct configuration in your case would be: 11 12 {{{ 13 location /foo { 14 proxy_pass http://localhost:8080; 15 } 16 }}}