Skip to content

Commit 9e8d327

Browse files
authored
Update differences.md
1 parent 1f6e649 commit 9e8d327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/notes/differences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In a traditional LEMP stack, all components (Nginx, MariaDB, PHP) are installed
8181
1. **Global Services**: Nginx Proxy, MariaDB, Redis (if caching is used), and Cron Scheduler
8282
2. **Sites**: Nginx site, PHP, Postfix, Admin Tools (optional). If you install another WordPress site, a similar set of site containers is added.
8383

84-
```mermaid
84+
```mermaid
8585
graph RL
8686
8787
%% Aggregate block containing all services
@@ -134,7 +134,7 @@ Reference:
134134

135135
First, let's review how the traditional LEMP stack works. I’ve added Redis to help you visualize and compare more easily.
136136

137-
```mermaid
137+
```mermaid {align="left" zoom="true"}
138138
graph LR
139139
A([Users]) <--> B((Internet))
140140
B -- "1 request (port 80,443)" --> C{Nginx}

0 commit comments

Comments
 (0)