diff options
author | Colin Guthrie <colin@mageia.org> | 2013-06-09 10:11:26 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-06-09 10:11:26 +0000 |
commit | ec28f495ba5d8a827fb931e338a0a69bc3dd5aae (patch) | |
tree | bfd646166185103e30d746d46c2657f0af35a0e8 /modules/cgit/templates/webapp.conf | |
parent | 173bb9330aacd7779df4248b2d9f48a138f6be18 (diff) | |
download | puppet-ec28f495ba5d8a827fb931e338a0a69bc3dd5aae.tar puppet-ec28f495ba5d8a827fb931e338a0a69bc3dd5aae.tar.gz puppet-ec28f495ba5d8a827fb931e338a0a69bc3dd5aae.tar.bz2 puppet-ec28f495ba5d8a827fb931e338a0a69bc3dd5aae.tar.xz puppet-ec28f495ba5d8a827fb931e338a0a69bc3dd5aae.zip |
Add initial cgit module
Diffstat (limited to 'modules/cgit/templates/webapp.conf')
-rw-r--r-- | modules/cgit/templates/webapp.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/cgit/templates/webapp.conf b/modules/cgit/templates/webapp.conf new file mode 100644 index 00000000..54c85a29 --- /dev/null +++ b/modules/cgit/templates/webapp.conf @@ -0,0 +1,9 @@ +# gitweb configuration +# disabled +#Alias /gitweb /usr/share/gitweb + +<Directory /usr/share/gitweb> + Order allow,deny + Allow from all +</Directory> + |