1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

docs(nginx, phpfpm): improve install and config instructions (#3866)

This commit is contained in:
Dag
2023-12-28 23:26:14 +01:00
committed by GitHub
parent 2032ed18c4
commit 7dbe106582
3 changed files with 152 additions and 38 deletions

View File

@@ -8,7 +8,8 @@ require_once __DIR__ . '/lib/bootstrap.php';
$errors = Configuration::checkInstallation();
if ($errors) {
die('<pre>' . implode("\n", $errors) . '</pre>');
print '<pre>' . implode("\n", $errors) . '</pre>';
exit(1);
}
$customConfig = [];