summaryrefslogtreecommitdiff
path: root/share/apache2/plinth.conf
blob: 7046b10d9795042e687c3f018c17ca8c4a4c1cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
ProxyPass       /plinth/  http://localhost:8000/

<Directory />
Options Indexes FollowSymLinks

RewriteEngine on
RewriteRule [^/]*/plinth$ plinth/ [R]
RewriteRule [^/]*/$ plinth/ [R]
#RewriteRule ^$ plinth/ [R]

</Directory>