James Fryman
44193003bc
Merge pull request #81 from msiedlarek/master
...
Parameter server_tokens of nginx class is actually never used
2013-07-02 13:58:58 -07:00
Mikołaj Siedlarek
eed8a218bd
actually using server_tokens in nginx class
2013-07-02 09:56:30 +02:00
James Fryman
ec17509cb7
Merge pull request #77 from igoraj/master
...
Changes to SSL and SPDY
2013-07-01 08:21:19 -07:00
Igor Ajdisek
8f49ffa775
vhosts_ssl_header.erb was missing access_log and error_log directives
2013-06-28 10:12:01 +02:00
Igor Ajdisek
e0e5757b55
Made SPDY a toggle param.
...
Added ssl_ciphers and ssl_protocols as params which default to values as proposed on nginx.org.
If SSL vhost then ssl is added to listen directive as proposed on nginx.org.
2013-06-27 15:42:38 +02:00
James Fryman
92fb4ae701
Merge pull request #75 from thaumazein/add-server-names-hash-bucket-size-param
...
Add server_names_hash_bucket_size param
2013-06-20 09:57:21 -07:00
James Fryman
c01a7a8280
Removing GeoIP Package from RH
2013-06-20 11:54:26 -05:00
Stefan Dorosz
179b1a4b5d
Add server_names_hash_bucket_size param
2013-06-20 10:48:52 -04:00
James Fryman
73902bf8fb
Merge pull request #72 from castiel/master
...
Gentoo support
2013-06-18 19:33:07 -07:00
Mark Burazin
72189931d3
Gentoo package
2013-06-17 11:11:26 +02:00
Mark Burazin
a43301d950
Gentoo OS added
2013-06-17 11:03:00 +02:00
James Fryman
fd6694c3a4
Merge pull request #69 from boldpi/typo-fix
...
Removed various puppet-lint warnings and fixed a typo
2013-06-13 10:40:59 -07:00
Maarten Dirkse
7714251f67
Removed various puppet-lint warnings and fixed a typo
2013-06-13 18:51:33 +02:00
Carlos Sanchez
d82c71ae7f
Update Modulefile with current data
2013-06-05 19:40:31 +02:00
James Fryman
96af4c84af
Delete Chapter 1 - The haunting Beginning.md
2013-06-05 12:22:19 -05:00
James Fryman
e36734c484
Merge pull request #67 from maestrodev/specs
...
Add specs using puppetlabs_spec_helper and librarian-puppet
2013-06-05 10:21:57 -07:00
Carlos Sanchez
a65355ef53
Add specs using puppetlabs_spec_helper and librarian-puppet
2013-06-05 18:35:34 +02:00
James Fryman
48370340b8
Merge pull request #63 from zoide/e20b7d11c3bea3aab515527d143e707f800783b6
...
Fixing boolean comparisons
2013-05-29 09:11:30 -07:00
do
e20b7d11c3
fixing boolean comparisons
2013-05-26 14:24:40 +02:00
James Fryman
f0323576fc
Merge pull request #59 from abraham1901/master
...
Fixed errors and implemented new functions
2013-05-21 07:46:10 -07:00
Lebedev Vadim
a5ebd57b3b
Merge branch 'master' of https://github.com/jfryman/puppet-nginx
2013-05-21 18:41:44 +04:00
Lebedev Vadim
d7cdd68c63
Merge branch 'master' of https://github.com/jfryman/puppet-nginx
2013-05-21 17:15:59 +04:00
Lebedev Vadim
8d33fd63f1
Merge branch 'master' of https://github.com/jfryman/puppet-nginx
...
Conflicts:
manifests/config.pp
manifests/init.pp
manifests/params.pp
manifests/resource/location.pp
manifests/resource/vhost.pp
manifests/service.pp
templates/vhost/vhost_footer.erb
templates/vhost/vhost_header.erb
templates/vhost/vhost_location_directory.erb
templates/vhost/vhost_location_proxy.erb
templates/vhost/vhost_ssl_header.erb
tests/vhost.pp
2013-05-21 16:30:21 +04:00
James Fryman
349ae7debc
Merge pull request #57 from ktham/master
...
Use official nginx apt repo of stable releases for debian/ubuntu
2013-05-20 07:38:28 -07:00
Lebedev Vadim
4f0c311901
* Fixed listen parameter in template vhost_ssl_header
...
* Added auth basic support
* Added vhost_cfg_append parameter to `nginx::resource::vhost`
2013-05-20 18:30:32 +04:00
James Fryman
95c9ae414f
Merge pull request #58 from frastel/master
...
Added composer support
2013-05-20 07:27:39 -07:00
Frank Stelzer
264f66faaa
added original license to composer.json
2013-05-18 15:37:27 +02:00
Frank Stelzer
e0b7ec8311
addedd branch alias and basic project information to composer.json
2013-05-18 15:34:32 +02:00
Frank Stelzer
58155ee99e
first try to install this module with composer
2013-05-18 15:17:09 +02:00
Kevin Tham
a97e0385ba
Use official nginx apt repo of stable releases for debian/ubuntu
2013-05-15 15:08:58 -07:00
James Fryman
2d06639bff
Merge pull request #56 from LeeXGreen/master
...
Pull request #53 contains broken vhost.pp
2013-05-15 12:55:26 -07:00
Lee Green
d4c5db2f65
fix syntax error
2013-05-15 15:24:46 -04:00
James Fryman
169dd8b0d6
Merge pull request #53 from hingstarne/master
...
Added some minor enhancements
2013-05-15 10:22:46 -07:00
James Fryman
538aee3e94
Merge pull request #54 from squidsoup/upstream
...
Added params for types_hash_max_size and types_hash_bucket_size expected...
2013-05-15 10:04:22 -07:00
Bayard Randel
896d6658bb
added params for types_hash_max_size and types_hash_bucket_size expected by nginx 1.2.x
2013-05-14 14:57:35 +12:00
Arne Hingst
921d7f7d57
ability to add include statements for static config files fro ghosts
2013-05-13 10:57:58 +02:00
Arne Hingst
3c0c836626
enforce ssl protocoll for a vhost
2013-05-13 10:51:47 +02:00
James Fryman
8144b4f27a
Merge pull request #52 from iksteen/inconsistent-hash-order
...
Stabilize key/value output by sorting hashes on key.
2013-05-09 07:07:22 -07:00
Ingmar Steen
77ed64d2fa
Stabilize key/value output by sorting hashes on key.
2013-05-09 14:51:31 +02:00
James Fryman
2ae707222d
Merge pull request #51 from oxilion/linting
...
linting
2013-05-08 05:54:17 -07:00
Sander Hoentjen
4bcb0993c1
linting
2013-05-08 14:15:42 +02:00
James Fryman
34e41b75a9
Merge pull request #50 from oxilion/proxy_http_version
...
Proxy http version
2013-05-06 09:55:04 -07:00
Sander Hoentjen
57ee1ec1e7
make proxy_http_version configurable
2013-05-06 11:40:46 +02:00
Sander Hoentjen
3630b74c72
return the newline between cfg lines
2013-05-06 11:38:34 +02:00
Sander Hoentjen
8859c4e8db
linting
2013-05-06 11:37:37 +02:00
James Fryman
2e8a148852
saner defaults
2013-04-25 16:22:09 -05:00
James Fryman
7b56556529
Merge pull request #48 from microcosm-cc/master
...
SSL improvements (default ciphers & caching), server_tokens option, and proxy_set_headers for vhosts
2013-04-25 07:51:04 -07:00
David Kitchen
6391c08543
Fixed ssl_stapling instruction
2013-04-25 10:54:18 +01:00
David Kitchen
9c93234c27
Added OCSP SSL stapling to reduce SSL handshake by 30% by sparing the revocation list if the certificate includes the intermediate layer to identify the trusted source
2013-04-25 10:48:04 +01:00
David Kitchen
5af32bc82a
Added back RC4 to mitigate BEAST attacks
2013-04-25 10:43:21 +01:00