mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
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
13 lines
474 B
Diff
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.
|