summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/advanced.html.tmpl
blob: 4caa2f1dc56004e75de052ebd05ea5b116be2773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[%# The contents of this file are subject to the Mozilla Public
  # License Version 1.1 (the "License"); you may not use this file
  # except in compliance with the License. You may obtain a copy of
  # the License at http://www.mozilla.org/MPL/
  #
  # Software distributed under the License is distributed on an "AS
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  # implied. See the License for the specific language governing
  # rights and limitations under the License.
  #
  # The Original Code is the Bugzilla Bug Tracking System.
  #
  # The Initial Developer of the Original Code is Netscape Communications
  # Corporation. Portions created by Netscape are
  # Copyright (C) 1998 Netscape Communications Corporation. All
  # Rights Reserved.
  #
  # Contributor(s): Dave Miller <justdave@bugzilla.org>
  #                 Frédéric Buclin <LpSolit@gmail.com>
  #%]

[% 
   title = "Advanced"
   desc = "Settings for advanced configurations."
%]

[% param_descs = {
  cookiedomain => 
    "If your website is at 'www.foo.com', setting this to"
    _ " '.foo.com' will also allow 'bar.foo.com' to access"
    _ " $terms.Bugzilla cookies. This is useful if you have more than"
    _ " one hostname pointing at the same web server, and you"
    _ " want them to share the $terms.Bugzilla cookie.",

  inbound_proxies =>
    "When inbound traffic to $terms.Bugzilla goes through a proxy,"
    _ " $terms.Bugzilla thinks that the IP address of every single"
    _ " user is the IP address of the proxy. If you enter a comma-separated"
    _ " list of IPs in this parameter, then $terms.Bugzilla will trust any"
    _ " <code>X-Forwarded-For</code> header sent from those IPs,"
    _ " and use the value of that header as the end user's IP address.",

  proxy_url => 
    "$terms.Bugzilla may have to access the web to get notifications about"
    _ " new releases (see the <tt>upgrade_notification</tt> parameter)."
    _ " If your $terms.Bugzilla server is behind a proxy, it may be"
    _ " necessary to enter its URL if the web server cannot access the"
    _ " HTTP_PROXY environment variable. If you have to authenticate,"
    _ " use the <code>http://user:pass@proxy_url/</code> syntax.",
} %]