1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 11:39:53 +02:00

re-enable nginx_xaccel; remove the rest of sed stuff from startup

This commit is contained in:
Andrew Dolgov 2021-02-01 10:30:31 +03:00
parent 2861bd88db
commit fdd507c179
6 changed files with 12 additions and 8 deletions

View file

@ -170,5 +170,9 @@
// vim:ft=php
$snippets = glob("/opt/tt-rss/config.d/*.php");
foreach ($snippets as $snippet)
foreach ($snippets as $snippet) {
require_once $snippet;
}
define('NGINX_XACCEL_PREFIX', '/tt-rss');