1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
8417046748 Merge pull request #2510 from liuxiaoy/patch-1
fix: correctly enable TLSv1 and TLSv1.1
2024-10-12 19:33:33 +02:00
ac0a4ca826 docs: warn about TLSv1 / TLSv1.1 being available only on debian 2024-10-06 16:01:58 +02:00
712a7ef176 fix: reject SSL handshake rather than using empty certificate 2024-10-03 09:57:20 +02:00
705dfa090b docs: update version in README.md 2024-06-10 09:42:07 +02:00
60b123d249 feat: ENABLE_HTTP_ON_MISSING_CERT variable
Default: true
2024-06-06 11:26:17 +02:00
cea905ff88 docs: typo
Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
2024-06-05 15:55:49 +02:00
714fa25704 style: docs linting 2024-06-05 08:47:39 +02:00
4bd542de99 feat: handle acme challenge location by default 2024-06-05 08:47:11 +02:00
7922c925af chore: spelling fixes for #2468 (#2471) 2024-05-31 17:07:07 +02:00
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
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
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
db07d90ad8 Merge pull request #2434 from nginx-proxy/multiport-support
feat: multiport support
2024-05-09 12:29:00 +02:00
12c4f0c7c2 Support TCP and UDP proxy 2024-05-06 18:55:35 +02:00
be319e6629 docs: typo
Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
2024-05-06 15:34:51 +02:00
99645f104d docs: typo 2024-05-06 14:40:32 +02:00
8b91f09a9b docs: use examples closer to real life scenarios 2024-05-05 16:15:28 +02:00
8359aa2089 docs: documentation for multiports support 2024-05-05 16:15:28 +02:00
877f243ce2 docs: url fixes
Fix 404 to docker-entrypoint.sh
Add hyperlink to nginx.tmpl reference.
2024-05-03 11:19:07 +02:00
2ac4540a0d docs: redordering, grouping and navigation 2024-05-02 15:28:24 +02:00
50750bea53 highlight variables similar to other in readme 2024-02-19 12:21:02 +01:00
2eaf689172 fix typo README.md
ngingx to nginx
2024-02-15 14:37:21 -08:00
62f55b4428 docs: add logging documentation 2024-02-10 19:03:13 +01:00
fa23c11edb feat: define basic auth for virtual path 2024-02-10 16:24:00 +01:00
d12689cd52 docs: keepalive auto setting 2023-12-26 19:10:42 +01:00
beeb80732a docs: mention color disabling 2023-12-25 21:19:02 +01:00
5c1db95551 feat: enable proxy_buffering 2023-12-25 17:27:34 +01:00
7f43f0a66b docs: split documentation 2023-12-25 11:22:47 +01:00