mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: Update help text to clarify https redirect actions (#3776)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user