Admin: Add configuration setting to enable X-Sendfile headers (already in code, just missing doc in configuration.dist.php) - refs BT#18685

pull/3859/head
Yannick Warnier 4 years ago
parent 9ce60a3afe
commit 2c97379de1
  1. 3
      main/install/configuration.dist.php

@ -1862,6 +1862,9 @@ ALTER TABLE gradebook_comment ADD CONSTRAINT FK_C3B70763AD3ED51C FOREIGN KEY (gr
]
];*/
// Enable X-Sendfile headers on forced download files going through document/download.php
//$_configuration['enable_x_sendfile_headers'] = false;
// KEEP THIS AT THE END
// -------- Custom DB changes
// Add user activation by confirmation email

Loading…
Cancel
Save