aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/templates/webapp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mirrorbrain/templates/webapp.conf')
-rw-r--r--modules/mirrorbrain/templates/webapp.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mirrorbrain/templates/webapp.conf b/modules/mirrorbrain/templates/webapp.conf
new file mode 100644
index 00000000..787bbc7b
--- /dev/null
+++ b/modules/mirrorbrain/templates/webapp.conf
@@ -0,0 +1,14 @@
+<Directory ${mb_repo}>
+ MirrorBrainEngine On
+ MirrorBrainDebug Off
+ FormGET On
+ MirrorBrainHandleHEADRequestLocally Off
+ #MirrorBrainMinSize 2048
+ #MirrorBrainExcludeUserAgent rpm/4.4.2*
+ #MirrorBrainExcludeUserAgent *APT-HTTP*
+ #MirrorBrainExcludeMimeType application/pgp-keys
+ Options FollowSymLinks Indexes
+ AllowOverride None
+ Order allow,deny
+ Require all granted
+</Directory> \ No newline at end of file