mod_proxy
mod_proxy connect to HTTP backends for generating response content
proxy (action)
connect to HTTP backend
proxy socket;
- socket
- socket to connect to, either "ip:port" or "unix:/path"
proxy uses request.raw_path
for the URL (including the query string) to send to the backend.
Example
setup {
module_load "mod_proxy";
}
proxy "127.0.0.1:8080";