mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
fix(docs): syntax highlighting for Nginx
This commit is contained in:
parent
b278bc8ce4
commit
4124c96e02
@ -7,7 +7,7 @@ The solution is to increase the timeout at proxy level.
|
|||||||
|
|
||||||
Add the following to the configuration file:
|
Add the following to the configuration file:
|
||||||
|
|
||||||
```conf
|
```nginx
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
proxy_send_timeout 300;
|
proxy_send_timeout 300;
|
||||||
proxy_read_timeout 300;
|
proxy_read_timeout 300;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user