mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
redirect / and /plinth to /plinth/
This commit is contained in:
parent
515b133c4c
commit
ca9f8e3124
@ -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