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:
parent
2861bd88db
commit
fdd507c179
6 changed files with 12 additions and 8 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue