]> git.hoellein.online Git - homeserver/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mhoellein@freenet.de>
Thu, 16 Aug 2018 08:42:30 +0000 (10:42 +0200)
committermhoellein <root@homeserver.homeip.net>
Thu, 16 Aug 2018 08:42:30 +0000 (10:42 +0200)
apache2/sites-available/nextcloud.conf
redis/redis.conf

index d702e8ee927c5c64445f0f59b68be4aad07d1144..39957d086389afabdd58db0286b73abc7c311fb2 100644 (file)
                        Allow from all
                </Directory>
 
-               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:
index d99034617c5111af932953c16409b55193cccb3c..9ba08f7ebdb6cc00ab57f9f9d72ac39e883c4794 100644 (file)
@@ -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