removing mermaid

Signed-off-by: grantbirki <grant.birkinbine@gmail.com>
Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
This commit is contained in:
grantbirki 2021-03-14 12:16:13 -07:00 committed by Grant Birkinbine
parent 55225b5e5c
commit aafa9846df
No known key found for this signature in database
GPG Key ID: B0409256808CFF4A

View File

@ -87,16 +87,7 @@ Removing network nginx-wsgi-flask_default
By following the steps above, you will have an NGINX Reverse Proxy and a Flask backend. The general traffic flow will look like the following:
```mermaid
graph LR;
C["Client"]
N["NGINX"]
W["WSGI"]
F["Flask"]
C-->N
N-->W
W-->F
```
`Client -> NGINX -> WSGI -> Flask`
### NGINX