From 4124c96e02954c76e838729a6039e21e818315f1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 11 Mar 2025 21:12:42 +0200 Subject: [PATCH] fix(docs): syntax highlighting for Nginx --- .../Troubleshooting/Synchronization fails with 504.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md b/docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md index 20ee8a74e..bf7cf7052 100644 --- a/docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md +++ b/docs/User Guide/User Guide/Troubleshooting/Synchronization fails with 504.md @@ -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;