+++ title = "Proxy Plugin" description = "Proxy plugin proxies HTTP and WebSocket requests to upstream servers" [menu.main] name = "Proxy" parent = "plugins" weight = 3 +++
Proxy HTTP and WebSocket requests to upstream servers
Configuration
Name | Type | Value | Description |
---|---|---|---|
name |
string | proxy |
Plugin name |
balance |
string | random (default) |
Load balancing technique. Possible values: random , round-robin . |
targets |
array | Upstream servers |
targets
Name | Type | Description |
---|---|---|
name |
string | Target name |
url |
string | Target url |