mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #11675 from AlexSCorey/11630-WrongtooltipDocs
Fix tooltip documentation in settings
This commit is contained in:
commit
72f440acf5
@ -72,8 +72,8 @@ register(
|
||||
'HTTP headers and meta keys to search to determine remote host '
|
||||
'name or IP. Add additional items to this list, such as '
|
||||
'"HTTP_X_FORWARDED_FOR", if behind a reverse proxy. '
|
||||
'See the "Proxy Support" section of the Adminstrator guide for '
|
||||
'more details.'
|
||||
'See the "Proxy Support" section of the AAP Installation guide '
|
||||
'for more details.'
|
||||
),
|
||||
category=_('System'),
|
||||
category_slug='system',
|
||||
|
||||
@ -162,7 +162,7 @@ ALLOWED_HOSTS = []
|
||||
# reverse proxy.
|
||||
REMOTE_HOST_HEADERS = ['REMOTE_ADDR', 'REMOTE_HOST']
|
||||
|
||||
# If we is behind a reverse proxy/load balancer, use this setting to
|
||||
# If we are behind a reverse proxy/load balancer, use this setting to
|
||||
# allow the proxy IP addresses from which Tower should trust custom
|
||||
# REMOTE_HOST_HEADERS header values
|
||||
# REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']
|
||||
|
||||
@ -41,7 +41,6 @@ function MiscSystemDetail() {
|
||||
);
|
||||
data.DEFAULT_EXECUTION_ENVIRONMENT = name;
|
||||
}
|
||||
|
||||
const systemData = pluck(
|
||||
data,
|
||||
'ACTIVITY_STREAM_ENABLED',
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"type": "list",
|
||||
"required": true,
|
||||
"label": "Remote Host Headers",
|
||||
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the Adminstrator guide for more details.",
|
||||
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the AAP Installation guide for more details.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": ["REMOTE_ADDR", "REMOTE_HOST"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user