mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
apache: Add proxy_html module needed by i2p app
Enable by default so that app installation (algo during backup restore) does not cause apache to restart and show error pages. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
de4d8ac841
commit
70a9f4a6ae
@ -120,6 +120,7 @@ def subcommand_setup(arguments):
|
||||
webserver.enable('proxy', kind='module')
|
||||
webserver.enable('proxy_http', kind='module')
|
||||
webserver.enable('proxy_fcgi', kind='module')
|
||||
webserver.enable('proxy_html', kind='module')
|
||||
webserver.enable('rewrite', kind='module')
|
||||
webserver.enable('macro', kind='module')
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ FreedomBox app for Apache server.
|
||||
|
||||
from plinth import actions
|
||||
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
is_essential = True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user