Simon Stier
5a4f6069f9
Add use_temp_path into proxy_cache_path
...
see http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_path
2016-07-28 17:17:55 +02:00
Marco Fretz
3404c4c651
unset HTTP_PROXY header
2016-07-22 09:17:41 +02:00
Matthew Haughton
8eb657f2ea
Merge pull request #805 from samuelson/proxy_hide_header
...
Support for proxy_hide_header directive.
2016-06-23 13:48:27 -04:00
Matthew Haughton
ea037f152c
Merge pull request #819 from iain-buclaw-sociomantic/emptyline
...
Fix location template to not add empty line
2016-06-17 10:04:28 -04:00
Iain Buclaw
bef7b09f2e
Add ssl_session_tickets and ssl_session_ticket_key parameters
2016-06-17 12:07:33 +02:00
Iain Buclaw
1839b3c755
Fix location template to not add empty line
2016-06-16 17:36:26 +02:00
Josh Samuelson
12dfb7e98d
Support for proxy_hide_header directive.
...
I need this to hide X-Frame-Options for a single location block.
From nginx docs:
By default, nginx does not pass the header fields “Date”, “Server”,
“X-Pad”, and “X-Accel-...” from the response of a proxied server to a
client. The proxy_hide_header directive sets additional fields that will
not be passed.
2016-05-12 09:09:16 -07:00
Travis Crowder
c5fd0a7ace
Resolving issue #803 by adding quotes around the parameters
2016-05-09 21:59:52 -05:00
Matthew Haughton
fe0af9e4e6
Merge pull request #788 from hbog/proxy_cache_valid
...
Add support for multiple 'proxy_cache_valid' directives
2016-04-12 18:09:21 -04:00
Rafael Chicoli
e43d8dca86
add ssl_verify_client parameter
2016-04-12 14:14:01 +02:00
James Fryman
f13fdc02a0
Merge pull request #747 from Ensighten/add_events_accept_mutex_delay
...
Add events accept mutex delay
2016-04-04 12:54:37 -05:00
herwig Bogaert
40d157482e
Allow multiple 'proxy_cache_valid' directives
2016-03-25 11:28:26 +00:00
Garrett Honeycutt
cb7ca304f2
Remove SSLv3 as it is insecure
2016-03-02 13:06:46 +01:00
Bernhard Thüsch
2154002e73
Add "satisfy" option to the location section
...
https://www.nginx.com/resources/admin-guide/restricting-access/
http://nginx.org/en/docs/http/ngx_http_core_module.html?&_ga=1.238118336.1949645469.1456390584#satisfy
2016-02-25 18:30:21 +01:00
Matthew Haughton
fc905b0d7a
nginx.conf: remove gzip_types when undef
2016-02-08 16:25:25 -05:00
Alex Harvey
d2839c723c
Issue_749 Add 'managed by puppet' to config files
2016-02-03 14:35:18 +11:00
Matthew Robinson
75422ccf78
Add support for managing events.accept_mutex settings
2016-01-25 19:41:06 -08:00
gerases
83043627f5
Remove extra white space
2016-01-20 15:29:17 -06:00
James Fryman
0e930e9ed3
Merge pull request #637 from jacobmw/proxy_cache_path
...
Multiple proxy_cache_path entries
2015-11-30 07:32:05 -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
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
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
Daniel Hopper
7df1b40475
Adding support for stream configuration
2015-10-08 15:50:46 -04:00
Patrick Brideau
2fcc2306ad
iterate server_name when rewrite_www_to_non_www is used
2015-09-15 11:58:17 -04:00
Simon Vigneux
27ec19164d
adding a max_fails parameter to upstream member[s]
2015-09-01 16:24:28 -04: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
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
Christian Groschupp
203235199b
sort add_header values for ssl vhost
2015-07-08 16:44:05 +02:00
Pavel Pulec
6813755076
update default SSL ciphers
2015-06-24 11:34:59 +02:00
John Daniels
10f7710e8d
Moved conf.d/proxy.conf into nginx.conf.
2015-06-12 09:38:06 -04:00
Jacob McCoy Wade
3b21779bfc
removing proxy_cache_path_hash from nginx::config and adding validation for either
...
has or string for proxy_cache_path
made the conditional test to use is_a?(Hash) for simplicity's sake in
templates/conf.d/nginx.conf.erb
2015-06-03 14:45:19 -07:00
Jacob McCoy Wade
4d93e049ca
Adding ability to add proxy_cache_use_stale and proxy_cache_key within a location resource
...
Adding spec tests for proxy_cache_key and proxy_cache_use_stale
2015-06-03 14:44:47 -07:00
Jacob McCoy Wade
876713f895
Adding ability to specify multiple proxy_cache_path entries with unique
...
proxy_cache_keys_zone values
2015-06-02 11:01:45 -07:00
Jacob McCoy Wade
66524e22b4
Adding ability to add proxy_cache_use_stale and proxy_cache_key within a location resource
...
Adding spec tests for proxy_cache_key and proxy_cache_use_stale
2015-06-01 14:32:26 -07:00
Matthew Haughton
678a361106
vhost: add ssl_crl parameter
2015-05-09 00:51:49 -04:00
Matthew Haughton
be4decdb78
vhost: don't copy any SSL files
2015-05-09 00:40:57 -04:00
Marin Vintila
77aa952b20
Merge from master
2015-05-08 12:11:46 +03:00
Marin Vintila
5624e4ca55
Merge from master
2015-05-08 12:04:22 +03:00
Joe Hillenbrand
2ff640d5dd
Include ssl settings in rewrite_www server.
...
fixes jfryman/puppet-nginx#542
2015-05-07 12:35:09 -07:00
Michael Marod
7e524d0785
change variable names as requested to match nginx params exactly... Also passenger_env_var is not set with passenger_set_env_var and this commit undoes that
2015-04-29 17:37:58 -04:00
Michael Marod
d0464923d1
Add passenger_env_var parameter which deprecates passenger_cgi_param to support Passenger 5.0+
2015-04-29 12:33:42 -04:00
Michael Marod
0aed6c1978
Add passenger_header parameter which deprecates passenger_cgi_param to support Passenger 5.0+
2015-04-29 12:24:38 -04:00
Matthew Haughton
c78ef6e4f7
fastcgi_params: adjust whitespace for consistency
2015-04-15 14:15:45 -04:00
Matthew Haughton
b65080c625
Merge pull request #605 from 3flex/600-make-auth-available-everywhere
...
location: move auth_basic directives to header
2015-04-14 11:05:46 -04:00