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;