www/nginx: Update help text to clarify https redirect actions (#3776)

This commit is contained in:
Violet Shreve
2024-07-10 10:10:08 +02:00
committed by GitHub
parent 105d68920b
commit 2c7c7b8311
2 changed files with 2 additions and 2 deletions
@@ -156,7 +156,7 @@
<id>httpserver.https_only</id>
<label>HTTPS Only</label>
<type>checkbox</type>
<help>If you check this box, a TLS encrypted connection is enforced.</help>
<help>If the request scheme is not HTTPS, redirect to use HTTPS for this server.</help>
</field>
<field>
<id>httpserver.tls_protocols</id>
@@ -204,7 +204,7 @@
<id>location.force_https</id>
<label>Force HTTPS</label>
<type>checkbox</type>
<help>Force encrypted connections.</help>
<help>If the request scheme is not HTTPS, redirect to use HTTPS for this location.</help>
</field>
<field>
<id>location.http2_push_preload</id>