Javier Bértoli
fcb434e248
Added "Managed by Salt..." headers in template and made them unifom across the formula
6 years ago
Noel McLoughin
147aa71551
Do not add ServerAlias unless defined
7 years ago
Alexander Weidinger
08a21edb73
Actually fix CustomLog default values in templates
7 years ago
Alexander Weidinger
e20189e94a
Revert "Fix CustomLog default values in templates"
This reverts commit 429039819d
.
7 years ago
Alexander Weidinger
429039819d
Fix CustomLog default values in templates
7 years ago
emeygret
2142ab99f1
Add RedirectMatch option
in pillar add
RedirectMatch: true
7 years ago
dexbleeker
bf66e749d1
Append slash to RedirectTarget ( #161 )
8 years ago
a.genus
ba6679ef66
Remove breaking changes
9 years ago
David Douard
f01c72c637
Allow to configure several interfaces for a vhost.
This is done by split the interface pillar value instead of using a proper
list so it behaves exactly the same as before for simple 1 interface cases
(no need to refactor one's pillar files).
The resulting is something like:
Listen 1.2.3.4:80
Listen [2001:abc:def:100::3]:80
<VirtualHost 1.2.3.4:80 [2001:abc:def:100::3]:80>
...
9 years ago
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
9 years ago
root
2ba72e613d
Add new templates 'proxy.tmpl' and 'redirect.tmpl'. Add comment pointing to new templates to pillar.example.
10 years ago