mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-14 14:56:56 +02:00
11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
|
|
$snippets = glob(getenv("SCRIPT_ROOT")."/config.d/*.php");
|
|
|
|
foreach ($snippets as $snippet) {
|
|
require_once $snippet;
|
|
}
|
|
|
|
|
|
define('NGINX_XACCEL_PREFIX', '/tt-rss');
|