fix(docs): syntax highlighting for Nginx

This commit is contained in:
Elian Doran 2025-03-11 21:12:42 +02:00
parent b278bc8ce4
commit 4124c96e02
No known key found for this signature in database

View File

@ -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;