mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 14:59:52 +02:00
add index.php redirecting to /tt-rss/
This commit is contained in:
parent
5896b15359
commit
ec05907c94
3 changed files with 6 additions and 0 deletions
3
app/index.php
Normal file
3
app/index.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
header("Location: /tt-rss/");
|
||||
return;
|
Loading…
Add table
Add a link
Reference in a new issue