Skip to content

Commit

Permalink
Added support for conf-available apache config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Knighton committed Feb 25, 2015
1 parent ab6d8b2 commit f99de5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lenses/httpd.aug
Expand Up @@ -100,6 +100,7 @@ let filter = (incl "/etc/apache2/apache2.conf") .
(incl "/etc/apache2/httpd.conf") .
(incl "/etc/apache2/ports.conf") .
(incl "/etc/apache2/conf.d/*") .
(incl "/etc/apache2/conf-available/*.conf") .
(incl "/etc/apache2/mods-available/*") .
(incl "/etc/apache2/sites-available/*") .
(incl "/etc/httpd/conf.d/*.conf") .
Expand Down

0 comments on commit f99de5d

Please sign in to comment.