diff --git a/php/my_config.template.php b/php/my_config.template.php
index c8e5268..a4d8b23 100644
--- a/php/my_config.template.php
+++ b/php/my_config.template.php
@@ -24,6 +24,9 @@ define('TITLE', '{:TITLE:}');
 // here for additional flexibility
 define('MAX_UPLOADED_FILESIZE',{:MAX_UPLOADED_FILESIZE:}); // in bytes !!!
 
+// To define only if current AMDA installation is behind proxy
+define('GATEWAY_TIMEOUT','{:GATEWAY_TIMEOUT:}');
+
 // To define only if you are behind a proxy
 define('PROXY_HOST','{:PROXY_HOST:}');
 define('PROXY_USERPWD','{:PROXY_USERPWD:}');
--
libgit2 0.21.2