Skip to content

Commit

Permalink
Disable usage of X-Sendfile
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Jul 4, 2022
1 parent a0062d7 commit 85df7fd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions html/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
$CFG->updatenotifybuilds = false;
$CFG->slasharguments = true;

// Activate X-SendFile
$CFG->xsendfile = 'X-Sendfile';

// E-mail
$CFG->smtpsecure = 'tls';
$CFG->smtpmaxbulk = 15;
Expand All @@ -37,15 +34,13 @@
$CFG->altcacheconfigpath = __DIR__ . '/local/agora/muc/';
$CFG->siteidentifier = 'odi_';


$CFG->memcache_prefix = 'odi_';
$CFG->redis_prefix = 'odi_';

// $CFG->session_handler_class = '\core\session\database';
// $CFG->session_database_acquire_lock_timeout = 120;
$CFG->sessioncookie = 'odissea';


// Configure redis for sessions
$CFG->session_handler_class = '\core\session\redis';
$CFG->session_redis_database = 0; // Optional, default is db 0.
Expand Down Expand Up @@ -87,6 +82,4 @@
'filter_wiris' => [
'uninstall' => 1,
],
];


];

0 comments on commit 85df7fd

Please sign in to comment.