From b0ea022a3ea00143355ed362dd18e7f014908e1b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 26 Oct 2019 15:12:46 +0200 Subject: Add basic reverseproxy misconfig detection to setupchecks Signed-off-by: Roeland Jago Douma --- apps/settings/lib/Controller/CheckSetupController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings/lib/Controller/CheckSetupController.php') diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 1429fd5ed8e..04711cf5308 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -703,6 +703,7 @@ Raw output 'pendingBigIntConversionColumns' => $this->hasBigIntConversionPendingColumns(), 'isMysqlUsedWithoutUTF8MB4' => $this->isMysqlUsedWithoutUTF8MB4(), 'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed' => $this->isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed(), + 'reverseProxyGeneratedURL' => $this->urlGenerator->getAbsoluteURL('index.php'), ] ); } -- cgit v1.2.3