From 65525aa112da926303ea876367d184425540f13d Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 24 Jan 2019 09:23:47 +0100 Subject: [PATCH] updated proxy example's README file. --- examples/proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/proxy/README.md b/examples/proxy/README.md index f3759e7d..e0fb5e7c 100644 --- a/examples/proxy/README.md +++ b/examples/proxy/README.md @@ -2,5 +2,5 @@ Proxy example ============= Via the `wsf_proxy` library, it is possible to implement a simple reverse proxy service. -Note: you need to edit the `application_execution.e` file to use proper remote service. +Note: you need to edit the `proxy.conf` file to use proper remote service. (You can use for instance any of the EWF examples as remote server, or also existing public server).