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