1
0
Fork 0
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:
Andrew Dolgov 2019-11-15 21:18:49 +03:00
parent 5896b15359
commit ec05907c94
3 changed files with 6 additions and 0 deletions

3
app/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
header("Location: /tt-rss/");
return;