Skip to content

Commit 1fea601

Browse files
authored
Merge pull request #2591 from uoe-pjackson/fix_mod_headers_load
Fix mod_headers load for headers in directory #2590
2 parents e273907 + 7131f54 commit 1fea601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/vhost.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@
23582358
}
23592359
}
23602360

2361-
if 'request_headers' in $directory {
2361+
if 'request_headers' in $directory or 'headers' in $directory {
23622362
include apache::mod::headers
23632363
}
23642364

0 commit comments

Comments
 (0)