summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2015-04-29fix CustomLog directive for 'nologs' vhost log mode - Fixes #4Jerome Charaoui
2015-03-10hsts should be enabled on a per-site basiso
hsts does mix very badly with selfsigned certs. thus we disable it by default. set configuration['hsts'] = true for vhost with valid certs.
2015-03-10support per-vhost hsts headerso
2014-12-26use correct variable accessmh
2014-11-15sni: make ssl_cert configurable per vhosto
to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future.
2014-07-18make our autoconfig setup publicmh
2014-05-06sort the arraymh
2014-04-29ensure that this only works in the root directorymh
2014-04-28do not forward if https is already set as forwarded headermh
2014-04-19correct alignmentmh
2014-04-19introduce a simple wp-login brute force protectionmh
2014-04-19remove unnecessary new linesmh
2014-04-19combine the checks like this, otherwise we always redirect on securitymh
2014-04-18fix another deprecation warningmh
2014-04-18address puppet 3.x deprecation warningsmh
2014-04-14include fcgi config also on http although they might get redirected, because ↵mh
requests might still hit the backend plain
2014-04-14remove that extra linemh
2014-04-14fix identationmh
2014-04-14only forward on httpsmh
2014-04-14more identation fixingmh
2014-04-14cleanup identation of if then else, especially for the produced filemh
2014-04-14an initial https connection might still end up as http on the backend. in ↵mh
that case we don't want to redirect
2014-03-16make it possible that domainalias can be an arraymh
2014-02-19don't redirect https traffic terminated beforehando
2013-10-23we need to pass a second argumentmh
2013-10-09make it possible to only log error_logsmh
2013-06-12remove unnecessary template part from mediawikimh
we also have likely anonymization in place, hence all ips are from localhost
2013-03-20make things puppet 3 readymh
2013-03-17deny directories that shouldn't be web accessiblemh
2013-03-10introduce logprefixmh
2012-12-28add a workaround foro
http://git.zx2c4.com/w3-total-fail/tree/w3-total-fail.sh to all wordpress vhosts mend
2012-06-08fix dynamic scope variables, function accessmh
2012-06-06fix for new style for 2.7mh
2012-05-31fix various puppet language thingsmh
2011-12-28set gem_home for the ruby appsmh
2011-12-27reject undef itemsmh
2011-10-18fix value lookup - take 2mh
2011-10-18fix value lookupmh
2011-10-13enforce space between optionsmh
2011-10-12rename partial correctlymh
2011-10-09no need to configure fcgid on redirect hostsmh
2011-10-09we should take the key not the value :/mh
2011-10-09hashs are not sorted, but for idempotence we should sort itmh
2011-10-09set max requests on the same as the php requests, as per ↵mh
https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
2011-10-09we need these rewrite rules, otherwise it won't work with cgimh
2011-10-09the script must be in its own locationmh
2011-10-09passing extension is not everyhwere definedmh
2011-10-09fix namingmh
2011-10-09ensure that execcgi is passed and add extension indexmh
2011-10-09this options should be set globallymh