diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-16 23:56:33 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-16 23:56:33 +0200 |
commit | 906ceed124713a5457c81235bb6ad423ba81d8a1 (patch) | |
tree | 4d4a2e2d8a3cb7e011f847271e9346c8f6f9d482 /modules/bugzilla/templates/localconfig | |
parent | f43ff5c60ca81fa4457850c13d7466944e82dbdb (diff) | |
download | puppet-906ceed124713a5457c81235bb6ad423ba81d8a1.tar puppet-906ceed124713a5457c81235bb6ad423ba81d8a1.tar.gz puppet-906ceed124713a5457c81235bb6ad423ba81d8a1.tar.bz2 puppet-906ceed124713a5457c81235bb6ad423ba81d8a1.tar.xz puppet-906ceed124713a5457c81235bb6ad423ba81d8a1.zip |
Create htaccess
Diffstat (limited to 'modules/bugzilla/templates/localconfig')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 2b7d6035..fc10086b 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -6,7 +6,7 @@ # they don't exist. # # If this is set to 0, checksetup.pl will not create .htaccess files. -$create_htaccess = 0; +$create_htaccess = 1; # The name of the group that your web server runs as. On Red Hat # distributions, this is usually "apache". On Debian/Ubuntu, it is |