Skip to content

Commit

Permalink
[#8] Add reverseproxy option
Browse files Browse the repository at this point in the history
- removed: empty statement
  • Loading branch information
newlukai committed Jul 2, 2021
1 parent 1235c50 commit 989129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function loadenv($envName, $default = "") {
$CFG->session_redis_port = loadenv('REDIS_PORT', 6379); // Optional.
$CFG->session_redis_database = loadenv('REDIS_DB', 0); // Optional, default is db 0.
$CFG->session_redis_auth = ''; // Optional, default is don't set one.
$CFG->session_redis_prefix = loadenv('REDIS_PREFIX', '');; // Optional, default is don't set one.
$CFG->session_redis_prefix = loadenv('REDIS_PREFIX', ''); // Optional, default is don't set one.
$CFG->session_redis_acquire_lock_timeout = 120;
$CFG->session_redis_lock_expire = 7200;
}
Expand Down

0 comments on commit 989129a

Please sign in to comment.