aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/templates/webapp.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 22:24:36 +0200
commit661e478ba3956ff38f86e6a5492939eadc75432d (patch)
treef9943a14b4f6b59d42accf1e4a2909f85438e9a0 /modules/mirrorbrain/templates/webapp.conf
parent2362f0803cbe7514214b5abc1b96c971e349c302 (diff)
downloadpuppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.gz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.bz2
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.tar.xz
puppet-661e478ba3956ff38f86e6a5492939eadc75432d.zip
add mirrorbrain module
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