Vicinus, Reinhard
15dfc77709
improved location ordering
2015-11-30 12:19:20 +01:00
Matthew Haughton
c728f8ce1f
Merge pull request #715 from 3flex/694-deprecate-proxy_conf_template
...
Deprecate $proxy_conf_template
2015-11-05 13:22:36 -05:00
Matthew Haughton
d034b302f2
Deprecate $proxy_conf_template
...
This parameter has no effect as of #642
2015-11-05 11:13:50 -05:00
Matthew Haughton
0c7973b20c
Merge pull request #705 from kwolf/master
...
Ensure isn't being respected on locations.
2015-11-05 10:52:12 -05:00
James Fryman
cae1e8f17a
Merge pull request #700 from alphagov/default_proxy_headers
...
Update vhost proxy_set_header defaults to match location
2015-11-02 13:39:44 -06:00
James Fryman
36a64b0e31
Merge pull request #702 from matfra/master
...
Replaced restart by reload
2015-11-02 13:39:20 -06:00
James Fryman
f54a88975a
Merge pull request #707 from werekraken/unix_socket
...
Add unix socket for listening.
2015-11-02 13:38:26 -06:00
James Fryman
98e284406d
Merge pull request #709 from Phil-Friderici/severity_level
...
Add parameter to allow setting error_log severity level
2015-11-02 13:36:59 -06:00
Phil Friderici
c849c2cb7d
Add parameter to allow setting error_log severity level
2015-11-01 13:14:08 +00:00
matt.cover
57a42466cf
Add unix socket for listening.
2015-10-30 12:14:47 -07:00
Kevin Wolf
49e3b06aa1
Ensure isn't being respected on locations.
2015-10-29 13:27:07 -05:00
James Fryman
d5bdfb252c
Merge pull request #703 from jhooyberghs/http2_support
...
Http2 support
2015-10-25 12:52:29 -05:00
Jeroen Hooyberghs
e8a6d4594f
change some spaces for layout reasons / second attempt
2015-10-23 22:31:34 +02:00
Jeroen Hooyberghs
34ed122a71
change some spaces for layout reasons
2015-10-23 22:27:09 +02:00
Jeroen Hooyberghs
8391ab0fc7
add http2 as possible param for a vhost
2015-10-23 22:16:11 +02:00
Mathieu Frappier
2ca0d6b916
Replaced restart by reload
2015-10-23 16:43:59 +02:00
Alex Tomlins
1da7f0de48
Update vhost proxy_set_header defaults to match location
...
`nginx::resource::location` defaults this value to
`$::nginx::config::proxy_set_headers`, whereas `nginx::resource::vhost`
defaults it to `[]`. This means that you get a different set of defaults
if you use an explicit `nginx::resource::location` resource as opposed to
setting it up via an `nginx::resource::vhost` with a proxy attribute.
Updating this default value to be consistent will be less surprising.
2015-10-19 15:51:42 +01:00
James Fryman
01c320e804
Merge pull request #697 from split3/master
...
Adding support for stream configuration
2015-10-13 10:57:55 -05:00
James Fryman
9863624fd0
Merge pull request #699 from chad-thompson/master
...
Adding a QuickStart Guide to the NGINX Module
2015-10-11 11:02:37 -07:00
Chad Thompson
3a813ca085
Break the link to a variable
2015-10-10 14:33:11 -05:00
Chad Thompson
350a1c9698
Fix the link to the QuickStart Guice
2015-10-10 14:31:57 -05:00
Chad Thompson
e534823cc3
Fix the link to the QuickStart Guice
...
This should make the link to the QuickStart pull request ready.
2015-10-10 14:31:29 -05:00
Chad Thompson
70091da1f5
Add a link to the QuickStart guide
2015-10-10 14:29:32 -05:00
Chad Thompson
f743ef65af
Remove the preamble as unnecessary
2015-10-10 14:21:17 -05:00
Chad Thompson
3084787f77
Add sections to the quickstart
2015-10-10 14:13:22 -05:00
Chad Thompson
18a69a6247
First commit of the QuickStart
2015-10-10 13:36:23 -05:00
Daniel Hopper
45c6162bf1
Added spec tests and set proxy to undef for streamhost
2015-10-09 12:30:56 -04:00
Daniel Hopper
7df1b40475
Adding support for stream configuration
2015-10-08 15:50:46 -04:00
James Fryman
4515925247
Merge pull request #689 from erikanderson/master
...
Convert $priority to integer before comparison
2015-10-01 22:26:35 -05:00
Erik Anderson
46126b9e9d
Convert $priority to integer before comparison
...
Comparison was causing an error with parser = future and stringify_facts = false. This ensures that the comparison is done between two integers
2015-09-22 12:39:37 -06:00
Matthew Haughton
1860f92d29
Merge pull request #683 from kronos-pbrideau/patch-www_to_non_www
...
iterate server_name when rewrite_www_to_non_www is used
2015-09-16 11:05:39 -04:00
Patrick Brideau
56d4c142bf
Correct spec test
2015-09-15 15:25:02 -04:00
Patrick Brideau
2fcc2306ad
iterate server_name when rewrite_www_to_non_www is used
2015-09-15 11:58:17 -04:00
James Fryman
d4d55c309b
Merge pull request #675 from kronostechnologies/refact/upstream
...
adding a max_fails parameter to upstream member[s]
2015-09-08 10:11:47 -05:00
Simon Vigneux
27ec19164d
adding a max_fails parameter to upstream member[s]
2015-09-01 16:24:28 -04:00
James Fryman
979f8227bf
Merge pull request #673 from kwolf/master
...
Add 'ensure' parameter to resource::upstream::member.
2015-08-31 10:45:57 -05:00
Kevin Wolf
b2ec36de09
Did not need the trailing ";".
2015-08-28 15:22:55 -05:00
Kevin Wolf
52a1f6e653
Add an ensure option to nginx::resource::upstream::member.
...
Currently there is no way to ensure => absent. I'm using these with
stored configs to have servers register the member only, not the
upstream. Removing them in a mis-configured incident is a bit of a
burden without ensure => absent.
Tests are passing under Ruby 2.1
2015-08-28 15:07:23 -05:00
Kevin Wolf
398d0c9ae7
Merge branch 'master' of github.com:jfryman/puppet-nginx
2015-08-28 14:59:42 -05:00
James Fryman
3d6a4ed720
Merge pull request #669 from Hufschmidt/master
...
Update non-hiera usage (see #536 )
2015-08-11 11:02:07 -05:00
Thomas Hufschmidt
5fa81822b3
Update hiera.md
...
Improved wording on non-hiera example.
2015-08-11 08:38:13 +02:00
Thomas Hufschmidt
69aa88000f
Update hiera.md
...
Improvement to non-hiera usage example.
* Fixed potention dependendy-cicle issue with example.
2015-08-11 08:36:47 +02:00
Matthew Haughton
e710cccd4c
Merge pull request #666 from PierreR/patch-4
...
Don't qualified call to defined resource type
2015-08-10 12:56:35 -04:00
Kevin Wolf
6d4b7f0b18
adding semi-colon to end of location_custom_cfg_append options.
2015-08-07 13:45:38 -05:00
Pi3r
44c6595ffa
Don't qualified call to defined resource type
...
I don't think this is an valid improvement (over non qualification).
My main motivation comes from the fact that it is not currently supported so well by "language-puppet".
2015-08-07 14:29:23 +02:00
Matthew Haughton
01f914df3d
Merge pull request #660 from 3flex/ssl_performance_directives
...
vhost: add ssl_buffer_size to SSL config
2015-07-11 20:37:16 -04:00
Matthew Haughton
3375223bc5
Merge pull request #659 from 3flex/gzip_enhancements
...
add remaining gzip directives
2015-07-11 20:37:08 -04:00
Matthew Haughton
7478d4fafd
vhost: add ssl_buffer_size to SSL config
2015-07-11 19:53:30 -04:00
Matthew Haughton
35577ccc88
add remaining gzip directives
...
Closes #367
2015-07-11 17:07:56 -04:00
Matthew Haughton
d1b0908f0c
Merge pull request #652 from pulecp/master
...
update default SSL ciphers
2015-07-09 10:50:28 -04:00