summaryrefslogtreecommitdiff
path: root/.docker/app/index.php
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/index.php')
-rw-r--r--.docker/app/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/.docker/app/index.php b/.docker/app/index.php
new file mode 100644
index 000000000..78e5c3f88
--- /dev/null
+++ b/.docker/app/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("Location: /tt-rss/");
+ return;