README.md in fluent-plugin-secure-forward-0.3.3dev2 vs README.md in fluent-plugin-secure-forward-0.3.3
- old
+ new
@@ -376,9 +376,29 @@
# port 24284
</server>
</match>
```
+
+If you connect via Proxy,
+set for `proxy_uri` in `<server>` section:
+```apache
+<match secret.data.**>
+ type secure_forward
+ shared_key secret_string
+ self_hostname client.fqdn.local
+
+ secure yes
+ # and configurations for certs/verification
+
+ <server>
+ host server.fqdn.local # or IP
+ # port 24284
+ proxy_uri http://foo.bar.local:3128
+ </server>
+</match>
+```
+
## Senario (developer document)
* server
* in\_secure\_forward
* client