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