From 2c7c7b831169a353e89fd0f9ed1c4df757bd9712 Mon Sep 17 00:00:00 2001 From: Violet Shreve Date: Wed, 10 Jul 2024 04:10:08 -0400 Subject: [PATCH] www/nginx: Update help text to clarify https redirect actions (#3776) --- .../mvc/app/controllers/OPNsense/Nginx/forms/httpserver.xml | 2 +- .../mvc/app/controllers/OPNsense/Nginx/forms/location.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/httpserver.xml b/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/httpserver.xml index 4c6339d32..b3ad13528 100644 --- a/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/httpserver.xml +++ b/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/httpserver.xml @@ -156,7 +156,7 @@ httpserver.https_only checkbox - If you check this box, a TLS encrypted connection is enforced. + If the request scheme is not HTTPS, redirect to use HTTPS for this server. httpserver.tls_protocols diff --git a/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/location.xml b/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/location.xml index f5b832c19..25c998c75 100644 --- a/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/location.xml +++ b/www/nginx/src/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/location.xml @@ -204,7 +204,7 @@ location.force_https checkbox - Force encrypted connections. + If the request scheme is not HTTPS, redirect to use HTTPS for this location. location.http2_push_preload