This commit is contained in:
Abhinav Singh 2020-02-02 12:42:20 -08:00 committed by GitHub
parent 27e3cadf03
commit d73d634cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -677,7 +677,7 @@ Extend in-built Web Server to add Reverse Proxy capabilities.
Start `proxy.py` as: Start `proxy.py` as:
```bash ```bash
proxy \ proxy --enable-web-server \
--plugins proxy.plugin.ReverseProxyPlugin --plugins proxy.plugin.ReverseProxyPlugin
``` ```
@ -712,7 +712,7 @@ Demonstrates inbuilt web server routing using plugin.
Start `proxy.py` as: Start `proxy.py` as:
```bash ```bash
proxy \ proxy --enable-web-server \
--plugins proxy.plugin.WebServerPlugin --plugins proxy.plugin.WebServerPlugin
``` ```