Skip to content

Commit dea76f3

Browse files
committed
nginx config doc fix of diagram
1 parent f65e91f commit dea76f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operations/nginx-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The frontend uses Nginx as a reverse proxy and static file server. This document
88
```mermaid
99
flowchart LR
1010
Browser --> Nginx
11-
Nginx -->|/api/*| Backend[Backend :443]
12-
Nginx -->|static files| Static[/usr/share/nginx/html]
11+
Nginx -->|"/api/*"| Backend["Backend :443"]
12+
Nginx -->|"static files"| Static["Static files"]
1313
```
1414

1515
Nginx serves two purposes:

0 commit comments

Comments
 (0)