From b91eb8f67eee5132a0e766e3e6da932f64e7fe11 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 14 Dec 2023 22:07:33 +0100 Subject: [PATCH] no need to specifiy the domain for cops --- rootfs/etc/confd/templates/config_local.php.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config_local.php.tmpl b/rootfs/etc/confd/templates/config_local.php.tmpl index cdfde7e..3c5c6c4 100644 --- a/rootfs/etc/confd/templates/config_local.php.tmpl +++ b/rootfs/etc/confd/templates/config_local.php.tmpl @@ -4,7 +4,6 @@ $config['calibre_directory'] = '/var/lib/cops/calibre/'; $config['calibre_internal_directory'] = '/calibre/'; - $config['cops_full_url'] = '{{ getenv "DOMAIN" }}'; $config['cops_x_accel_redirect'] = "X-Accel-Redirect";