Files
provisioning/dockerfiles/services/nextcloud/config/logging.config.php
richard 83ec6809d6 refactor docker swarm to use just home without workers for now
add caching at nginx level for portainer and gitea
2018-04-07 08:11:23 -04:00

8 lines
91 B
PHP
Executable File

<?php
$CONFIG = [
'log_type' => 'errorlog',
'loglevel' => getenv('LOGLEVEL'),
];