From cb1652a7957731213c7e0856ff848b20572134e0 Mon Sep 17 00:00:00 2001 From: Mykola Nicholas Date: Fri, 28 Sep 2018 23:45:00 +0300 Subject: [PATCH] My typo --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99951f1..f50d669 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,13 @@ Also you can use cURL for test in this way: Where `proxy.xyz.com` - your domain name. INSTALL -` 1. Preferably use the proxy on it's own domain e.g. http://proxy.xyz.com/ + +1. Preferably use the proxy on it's own domain e.g. http://proxy.xyz.com/ + +2. Download or clone this repo and copy the `config.php` and `proxy.php` files into the root web folder (or wherever it is you want to deploy the proxy). - 2. Download or clone this repo and copy the `config.php` and `proxy.php` files into the root web folder (or wherever it is you want to deploy the proxy). +3. [Optionally] rename the `proxy.php` script to 'index.php' if you wish to proxy with the index implied... - 3. [Optionally] rename the `proxy.php` script to 'index.php' if you wish to proxy with the index implied... +4. Edit the `config.php` script - adjust the target domain list to reflect the only domains you would like to proxy for! - 4. Edit the `config.php` script - adjust the target domain list to reflect the only domains you would like to proxy for! - - Done!` +Done!