Skip to content

Commit

Permalink
maintainer's suggestions
Browse files Browse the repository at this point in the history
Co-Authored-By: Fabian Franz BSc <fabianfrz@users.noreply.github.com>
  • Loading branch information
kulikov-a and fabianfrz committed Dec 23, 2023
1 parent 7b433f4 commit 0e35803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -248,7 +248,7 @@
<label>Upstream Keepalive Support</label>
<type>checkbox</type>
<advanced>true</advanced>
<help>Adds the directives required for upstream keepalive to work (enables HTTP 1.1 and clears the Connection header). Mutually exclusive with WebSocket support. Keepalive parameters must be set in Upstream settings also.</help>
<help>Adds the directives required for upstream keepalive to work (enables HTTP 1.1 and clears the Connection header). Mutually exclusive with WebSocket support. Keepalive parameters must be set in Upstream settings too.</help>
</field>
<field>
<id>location.proxy_read_timeout</id>
Expand Down
Expand Up @@ -36,9 +36,9 @@
</field>
<field>
<id>resolver.timeout</id>
<label>Time-Out</label>
<label>Time Out</label>
<type>text</type>
<help>Resolver time-out in seconds. NGINX default (if empty) is 30 seconds.</help>
<help>Resolver time out in seconds. NGINX default (if empty) is 30 seconds.</help>
<advanced>true</advanced>
</field>
</form>
Expand Up @@ -27,7 +27,7 @@

<script>
{% set placeholder_txt = 'Click the Show Config button to load the current configuration. Please note that this is not a configuration from the running process memory. ' %}
{% set placeholder_txt = placeholder_txt ~ 'Also, the displayed configuration may differ from the configuration in OPNSense config if you have made but not applied changes.' %}
{% set placeholder_txt = placeholder_txt ~ 'Also, the displayed configuration may differ from the configuration in OPNsense config if you have made but not applied changes.' %}

function bind_naxsi_rule_dl_button() {
let naxsi_rule_download_button = $('#naxsiruledownloadbtn');
Expand Down

0 comments on commit 0e35803

Please sign in to comment.