summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/apache2/plinth.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf
index c25e398..7046b10 100644
--- a/share/apache2/plinth.conf
+++ b/share/apache2/plinth.conf
@@ -1 +1,11 @@
ProxyPass /plinth/ http://localhost:8000/
+
+<Directory />
+Options Indexes FollowSymLinks
+
+RewriteEngine on
+RewriteRule [^/]*/plinth$ plinth/ [R]
+RewriteRule [^/]*/$ plinth/ [R]
+#RewriteRule ^$ plinth/ [R]
+
+</Directory>