aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-20 01:55:50 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-20 04:12:31 +0100
commit9338c8325026fcba24c3214ced611c4993e7b8fe (patch)
tree5c188e014ecdc4725526074c1dc7664cf55b5707 /modules
parent6e9fdca245c59a1bab3d7129c931b5ed3cb1e1e3 (diff)
downloadNix-9338c8325026fcba24c3214ced611c4993e7b8fe.tar.gz
Nix-9338c8325026fcba24c3214ced611c4993e7b8fe.tar.zst
Nix-9338c8325026fcba24c3214ced611c4993e7b8fe.zip
Augment timeout in devtools
Diffstat (limited to 'modules')
-rw-r--r--modules/private/websites/tools/tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/private/websites/tools/tools/default.nix b/modules/private/websites/tools/tools/default.nix
index 02ff224..8ccac08 100644
--- a/modules/private/websites/tools/tools/default.nix
+++ b/modules/private/websites/tools/tools/default.nix
@@ -80,6 +80,8 @@ in {
80 root = "/var/lib/ftp/devtools.immae.eu"; 80 root = "/var/lib/ftp/devtools.immae.eu";
81 extraConfig = [ 81 extraConfig = [
82 '' 82 ''
83 Timeout 600
84 ProxyTimeout 600
83 <Directory "/var/lib/ftp/devtools.immae.eu"> 85 <Directory "/var/lib/ftp/devtools.immae.eu">
84 DirectoryIndex index.php index.htm index.html 86 DirectoryIndex index.php index.htm index.html
85 AllowOverride all 87 AllowOverride all