From 4513730f851e09bc7aaf4c1335c52845757adbfe Mon Sep 17 00:00:00 2001 From: mhoellein Date: Thu, 16 Aug 2018 10:42:30 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- apache2/sites-available/nextcloud.conf | 5 ++--- redis/redis.conf | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apache2/sites-available/nextcloud.conf b/apache2/sites-available/nextcloud.conf index d702e8ee..39957d08 100644 --- a/apache2/sites-available/nextcloud.conf +++ b/apache2/sites-available/nextcloud.conf @@ -31,12 +31,11 @@ Allow from all - ErrorLog ${APACHE_LOG_DIR}/nextcloud_error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. - LogLevel warn - + LogLevel debug + ErrorLog ${APACHE_LOG_DIR}/nextcloud_error.log CustomLog ${APACHE_LOG_DIR}/nextcloud_ssl_access.log combined # SSL Engine Switch: diff --git a/redis/redis.conf b/redis/redis.conf index d9903461..9ba08f7e 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -359,7 +359,7 @@ slave-priority 100 # Once the limit is reached Redis will close all the new connections sending # an error 'max number of clients reached'. # -# maxclients 10000 +maxclients 10000 # Don't use more memory than the specified amount of bytes. # When the memory limit is reached Redis will try to remove keys -- 2.43.0