diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-23 12:30:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 12:30:23 +0100 |
commit | 48d59ee35e808a97bde02135c459478cf9709b25 (patch) | |
tree | 33205543f186412032948845cd2e5235a8439dc1 /apps/settings/lib/Controller/CheckSetupController.php | |
parent | 0b4c39d656e06e8be68c9f92b39bafcc0d1b2310 (diff) | |
parent | b0ea022a3ea00143355ed362dd18e7f014908e1b (diff) | |
download | nextcloud-server-48d59ee35e808a97bde02135c459478cf9709b25.tar.gz nextcloud-server-48d59ee35e808a97bde02135c459478cf9709b25.zip |
Merge pull request #17692 from nextcloud/enh/revproxy/setupcheck
Add basic reverseproxy misconfig detection to setupchecks
Diffstat (limited to 'apps/settings/lib/Controller/CheckSetupController.php')
-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'), ] ); } |