1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-25 00:37:43 +02:00
docker-nextcloud/26/fpm-alpine/config/upgrade-disable-web.config.php
2023-12-11 22:54:55 +00:00

5 lines
60 B
PHP

<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);