diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:39:17 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:39:17 +0200 |
commit | 6ce3fce581761ae052113cb9f54fad5c6104062f (patch) | |
tree | bd936c3530d5ede385629f5d24137445bc290f96 | |
parent | f60fca432d732d54b0aa5a7650f931d40dd3396a (diff) | |
download | puppet-6ce3fce581761ae052113cb9f54fad5c6104062f.tar puppet-6ce3fce581761ae052113cb9f54fad5c6104062f.tar.gz puppet-6ce3fce581761ae052113cb9f54fad5c6104062f.tar.bz2 puppet-6ce3fce581761ae052113cb9f54fad5c6104062f.tar.xz puppet-6ce3fce581761ae052113cb9f54fad5c6104062f.zip |
Fix path
-rwxr-xr-x | modules/bugzilla-dev/templates/webapp_bugzilla.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/templates/webapp_bugzilla.conf b/modules/bugzilla-dev/templates/webapp_bugzilla.conf index 9446ce4f..9c1d546d 100755 --- a/modules/bugzilla-dev/templates/webapp_bugzilla.conf +++ b/modules/bugzilla-dev/templates/webapp_bugzilla.conf @@ -2,7 +2,7 @@ path_data_directory = "/var/lib/bugzilla" %> -<Directory /usr/share/bugzilla/www> +<Directory /usr/share/bugzilla/> Order allow,deny Allow from all AllowOverride Limit FileInfo Indexes Options |