1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/bareos/apache2-conf.patch
Francesco Colista 86370bac8e community/bareos: upgrade to 20.0.4
Fixed compliancy with AGPL 3.0 (Fixes #12641)

Fixed permissions in bareos dirs

Fixed nginx configuration
- needs php($ver)-fpm and client_max_body_size >1MB

Fixed apache2 configuration
- bareos needs mod_rewrite
2021-12-14 13:59:19 +00:00

13 lines
474 B
Diff

diff --git a/webui/install/apache/bareos-webui.conf b/webui/install/apache/bareos-webui.conf
index 8539f7a..587321e 100644
--- a/webui/install/apache/bareos-webui.conf
+++ b/webui/install/apache/bareos-webui.conf
@@ -2,6 +2,8 @@
# Bareos WebUI Apache configuration file
#
+LoadModule rewrite_module modules/mod_rewrite.so
+
# Environment Variable for Application Debugging
# Set to "development" to turn on debugging mode or
# "production" to turn off debugging mode.