We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65e91f commit dea76f3Copy full SHA for dea76f3
docs/operations/nginx-configuration.md
@@ -8,8 +8,8 @@ The frontend uses Nginx as a reverse proxy and static file server. This document
8
```mermaid
9
flowchart LR
10
Browser --> Nginx
11
- Nginx -->|/api/*| Backend[Backend :443]
12
- Nginx -->|static files| Static[/usr/share/nginx/html]
+ Nginx -->|"/api/*"| Backend["Backend :443"]
+ Nginx -->|"static files"| Static["Static files"]
13
```
14
15
Nginx serves two purposes:
0 commit comments