mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
redirect / and /plinth to /plinth/
This commit is contained in:
parent
ece0f1d1c5
commit
5ed705e875
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user