mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
redirect / and /plinth to /plinth/
This commit is contained in:
parent
ece0f1d1c5
commit
5ed705e875
@ -1 +1,11 @@
|
|||||||
ProxyPass /plinth/ http://localhost:8000/
|
ProxyPass /plinth/ http://localhost:8000/
|
||||||
|
|
||||||
|
<Directory />
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteRule [^/]*/plinth$ plinth/ [R]
|
||||||
|
RewriteRule [^/]*/$ plinth/ [R]
|
||||||
|
#RewriteRule ^$ plinth/ [R]
|
||||||
|
|
||||||
|
</Directory>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user