From: mhoellein Date: Thu, 16 Aug 2018 08:42:30 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=4513730f851e09bc7aaf4c1335c52845757adbfe;p=homeserver saving uncommitted changes in /etc prior to apt run --- 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