fix(docs): syntax highlighting for Nginx

pull/1393/head
Elian Doran 2025-03-11 21:12:42 +07:00
parent b278bc8ce4
commit 4124c96e02
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ The solution is to increase the timeout at proxy level.
Add the following to the configuration file:
```conf
```nginx
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;