server: nextcloud: enable fail2ban
This commit is contained in:
@@ -8,11 +8,13 @@
|
||||
package = pkgs.nextcloud26;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
database.createLocally = false;
|
||||
logType = "file";
|
||||
caching = {
|
||||
redis = true;
|
||||
apcu = false;
|
||||
};
|
||||
extraOptions = {
|
||||
logfile = "nextcloud.log";
|
||||
redis = {
|
||||
host = "/run/redis-nextcloud/redis.sock";
|
||||
port = 0;
|
||||
|
||||
Reference in New Issue
Block a user