Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						7dafac8b87 
					 
					
						
						
							
							docs: documentation for debug endpoint  
						
						 
						
						
						
						
					 
					
						2024-11-02 16:04:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						5baf4a163f 
					 
					
						
						
							
							docs: update docs regex file name change  
						
						 
						
						
						
						
					 
					
						2024-11-01 21:36:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						5ec120a296 
					 
					
						
						
							
							docs: TLSv1/TLSv1.1 work on the alpine image too  
						
						 
						
						
						
						
					 
					
						2024-10-16 12:25:21 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						8417046748 
					 
					
						
						
							
							Merge pull request  #2510  from liuxiaoy/patch-1  
						
						 
						
						... 
						
						
						
						fix: correctly enable TLSv1 and TLSv1.1 
						
						
					 
					
						2024-10-12 19:33:33 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						ac0a4ca826 
					 
					
						
						
							
							docs: warn about TLSv1 / TLSv1.1 being available only on debian  
						
						 
						
						
						
						
					 
					
						2024-10-06 16:01:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						712a7ef176 
					 
					
						
						
							
							fix: reject SSL handshake rather than using empty certificate  
						
						 
						
						
						
						
					 
					
						2024-10-03 09:57:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niek 
							
						 
					 
					
						
						
							
						
						705dfa090b 
					 
					
						
						
							
							docs: update version in README.md  
						
						 
						
						
						
						
					 
					
						2024-06-10 09:42:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gilles Filippini 
							
						 
					 
					
						
						
							
						
						60b123d249 
					 
					
						
						
							
							feat: ENABLE_HTTP_ON_MISSING_CERT variable  
						
						 
						
						... 
						
						
						
						Default: true 
						
						
					 
					
						2024-06-06 11:26:17 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						cea905ff88 
					 
					
						
						
							
							docs: typo  
						
						 
						
						... 
						
						
						
						Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com > 
						
						
					 
					
						2024-06-05 15:55:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						714fa25704 
					 
					
						
						
							
							style: docs linting  
						
						 
						
						
						
						
					 
					
						2024-06-05 08:47:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						4bd542de99 
					 
					
						
						
							
							feat: handle acme challenge location by default  
						
						 
						
						
						
						
					 
					
						2024-06-05 08:47:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niek 
							
						 
					 
					
						
						
							
						
						7922c925af 
					 
					
						
						
							
							chore: spelling fixes for  #2468  ( #2471 )  
						
						 
						
						
						
						
					 
					
						2024-05-31 17:07:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pini-gh 
							
						 
					 
					
						
						
							
						
						9cf736f1f8 
					 
					
						
						
							
							feat: variable ACME_HTTP_CHALLENGE_LOCATION ( #2468 )  
						
						 
						
						... 
						
						
						
						Values:
* `legacy` (default): generate location blocks for ACME HTP Challenge
  excepted when `HTTPS_METHOD=noredirect` or there is no certificate for
  the domain
* `true`: generate location blocks for ACME HTP Challenge in all cases
* `false`: do not generate location blocks for ACME HTP Challenge
This feature is currently needed because acme-companion may generate
the HTTP Challenge configuration while it was done already by nginx-proxy
(see #2465#issuecomment-2136361373).
Also sometimes a hardcoded ACME challenge location is not wanted because
the challenge validation is not done with acme-companion / Let's Encrypt,
and with a challenge location setup differently. 
						
						
					 
					
						2024-05-31 00:10:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pini-gh 
							
						 
					 
					
						
						
							
						
						5f3ec18b28 
					 
					
						
						
							
							docs: explicit policy on missing certificate ( #2465 )  
						
						 
						
						... 
						
						
						
						* chore/doc: explicit policy on missing certificate
This doesn't change the current nginx-proxy behavior, but makes explicit
the current HTTPS_METHOD policy on missing certificate.
* fix: bad wording about missing certificate
Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com >
* docs: typo in suggestion
---------
Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com > 
						
						
					 
					
						2024-05-27 20:50:13 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						fb9c3a646a 
					 
					
						
						
							
							feat: custom default error page ( #2430 )  
						
						 
						
						... 
						
						
						
						* feat: customizable error page
* fix: use regex on catchall root location to fix DEFAULT_ROOT=none test
* docs: custom error pages
* fix: don't use default nginx image error page
* docs: small fix 
						
						
					 
					
						2024-05-22 08:23:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						db07d90ad8 
					 
					
						
						
							
							Merge pull request  #2434  from nginx-proxy/multiport-support  
						
						 
						
						... 
						
						
						
						feat: multiport support 
						
						
					 
					
						2024-05-09 12:29:00 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								KagurazakaNyaa 
							
						 
					 
					
						
						
							
						
						12c4f0c7c2 
					 
					
						
						
							
							Support TCP and UDP proxy  
						
						 
						
						
						
						
					 
					
						2024-05-06 18:55:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						be319e6629 
					 
					
						
						
							
							docs: typo  
						
						 
						
						... 
						
						
						
						Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com > 
						
						
					 
					
						2024-05-06 15:34:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						99645f104d 
					 
					
						
						
							
							docs: typo  
						
						 
						
						
						
						
					 
					
						2024-05-06 14:40:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						8b91f09a9b 
					 
					
						
						
							
							docs: use examples closer to real life scenarios  
						
						 
						
						
						
						
					 
					
						2024-05-05 16:15:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						8359aa2089 
					 
					
						
						
							
							docs: documentation for multiports support  
						
						 
						
						
						
						
					 
					
						2024-05-05 16:15:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niek 
							
						 
					 
					
						
						
							
						
						877f243ce2 
					 
					
						
						
							
							docs: url fixes  
						
						 
						
						... 
						
						
						
						Fix 404 to docker-entrypoint.sh
Add hyperlink to nginx.tmpl reference. 
						
						
					 
					
						2024-05-03 11:19:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						2ac4540a0d 
					 
					
						
						
							
							docs: redordering, grouping and navigation  
						
						 
						
						
						
						
					 
					
						2024-05-02 15:28:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niek 
							
						 
					 
					
						
						
							
						
						50750bea53 
					 
					
						
						
							
							highlight variables similar to other in readme  
						
						 
						
						
						
						
					 
					
						2024-02-19 12:21:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Man Kim 
							
						 
					 
					
						
						
							
						
						2eaf689172 
					 
					
						
						
							
							fix typo README.md  
						
						 
						
						... 
						
						
						
						ngingx to nginx 
						
						
					 
					
						2024-02-15 14:37:21 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						62f55b4428 
					 
					
						
						
							
							docs: add logging documentation  
						
						 
						
						
						
						
					 
					
						2024-02-10 19:03:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jmformenti 
							
						 
					 
					
						
						
							
						
						fa23c11edb 
					 
					
						
						
							
							feat: define basic auth for virtual path  
						
						 
						
						
						
						
					 
					
						2024-02-10 16:24:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						d12689cd52 
					 
					
						
						
							
							docs: keepalive auto setting  
						
						 
						
						
						
						
					 
					
						2023-12-26 19:10:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						beeb80732a 
					 
					
						
						
							
							docs: mention color disabling  
						
						 
						
						
						
						
					 
					
						2023-12-25 21:19:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						5c1db95551 
					 
					
						
						
							
							feat: enable proxy_buffering  
						
						 
						
						
						
						
					 
					
						2023-12-25 17:27:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						7f43f0a66b 
					 
					
						
						
							
							docs: split documentation  
						
						 
						
						
						
						
					 
					
						2023-12-25 11:22:47 +01:00