diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-26 15:12:46 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-23 10:37:08 +0100 |
commit | b0ea022a3ea00143355ed362dd18e7f014908e1b (patch) | |
tree | 33205543f186412032948845cd2e5235a8439dc1 /apps/settings/lib | |
parent | 0b4c39d656e06e8be68c9f92b39bafcc0d1b2310 (diff) | |
download | nextcloud-server-b0ea022a3ea00143355ed362dd18e7f014908e1b.tar.gz nextcloud-server-b0ea022a3ea00143355ed362dd18e7f014908e1b.zip |
Add basic reverseproxy misconfig detection to setupchecks
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/lib')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'), ] ); } |