From 552534e17ad48134e1a95280790c72505b7394a7 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 24 Aug 2019 00:59:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 563ba24..e73eab5 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ Jetforce will respond to any request containing a URL that don't match your host with a status of ``Proxy Request Refused``. Using python, you can modify this behavior to do fancy things like building a proxy -server for HTTP requests. See [examples/http_proxy.py](examples/http_proxy.py) for -more information. +server for HTTP requests. See [server_http_proxy.py](examples/server_http_proxy.py) for +an example of how to accomplish this. ## Serving Files