From 4503808a9a1a38a5c1832a40deaefe16ecbebf79 Mon Sep 17 00:00:00 2001 From: marcel2012 <13705842+marcel2012@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:53:40 +0200 Subject: [PATCH 1/2] Change HTTP nginx site links to HTTPS --- NEW_CONTRIBUTOR.md | 8 +- .../nginx-configuration/configmap.md | 6 +- internal/ingress/annotations/authreq/main.go | 2 +- .../ingress/annotations/ratelimit/main.go | 2 +- internal/ingress/controller/config/config.go | 162 +++++++++--------- .../ingress/controller/template/template.go | 4 +- internal/ingress/controller/util.go | 2 +- internal/ingress/defaults/main.go | 52 +++--- internal/nginx/main.go | 2 +- rootfs/etc/nginx/lua/util/split.lua | 2 +- rootfs/etc/nginx/template/nginx.tmpl | 10 +- test/data/cleanConf.expected.conf | 2 +- test/data/cleanConf.src.conf | 2 +- 13 files changed, 128 insertions(+), 128 deletions(-) diff --git a/NEW_CONTRIBUTOR.md b/NEW_CONTRIBUTOR.md index c9668430c3..94ba91dfc2 100644 --- a/NEW_CONTRIBUTOR.md +++ b/NEW_CONTRIBUTOR.md @@ -111,9 +111,9 @@ font-family: Tahoma, Verdana, Arial, sans-serif; } working. Further configuration is required.
For online documentation and support please refer to
-nginx.org.
+nginx.org.
Commercial support is available at
-nginx.com.
Thank you for using nginx.