removing mermaid
Signed-off-by: grantbirki <grant.birkinbine@gmail.com> Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
This commit is contained in:
parent
55225b5e5c
commit
aafa9846df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user