mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
config: Revert changes in freedombox.conf to avoid conffile prompt
The changes made to freedombox.conf in moving the apache homepage configuration to an external file freedombox-apache-homepage.conf will cause a conffile prompt when upgrading to freedombox 19.2. Reverting changes in freedombox.conf to avoid this. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
7c01585f2b
commit
530423d490
@ -4,8 +4,11 @@
|
|||||||
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=HTTPS
|
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=HTTPS
|
||||||
|
|
||||||
##
|
##
|
||||||
## Provide /freedombox as an alias to /plinth
|
## Redirect traffic on home to /plinth as part of turning the machine
|
||||||
|
## into FreedomBox server. Plinth then acts as a portal to reach all
|
||||||
|
## other services.
|
||||||
##
|
##
|
||||||
|
RedirectMatch "^/$" "/plinth"
|
||||||
RedirectMatch "^/freedombox" "/plinth"
|
RedirectMatch "^/freedombox" "/plinth"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user