mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
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
1 changed files with 1 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue