Преглед изворни кода

Merge pull request #18517 from mr1716/main

#18512 Update required-parameters spelling
bctiemann пре 1 година
родитељ
комит
e6c0519ada
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/configuration/required-parameters.md

+ 1 - 1
docs/configuration/required-parameters.md

@@ -2,7 +2,7 @@
 
 
 ## ALLOWED_HOSTS
 ## ALLOWED_HOSTS
 
 
-This is a list of valid fully-qualified domain names (FQDNs) and/or IP addresses that can be used to reach the NetBox service. Usually this is the same as the hostname for the NetBox server, but can also be different; for example, when using a reverse proxy serving the NetBox website under a different FQDN than the hostname of the NetBox server. To help guard against [HTTP Host header attackes](https://docs.djangoproject.com/en/3.0/topics/security/#host-headers-virtual-hosting), NetBox will not permit access to the server via any other hostnames (or IPs).
+This is a list of valid fully-qualified domain names (FQDNs) and/or IP addresses that can be used to reach the NetBox service. Usually this is the same as the hostname for the NetBox server, but can also be different; for example, when using a reverse proxy serving the NetBox website under a different FQDN than the hostname of the NetBox server. To help guard against [HTTP Host header attacks](https://docs.djangoproject.com/en/3.0/topics/security/#host-headers-virtual-hosting), NetBox will not permit access to the server via any other hostnames (or IPs).
 
 
 !!! note
 !!! note
     This parameter must always be defined as a list or tuple, even if only a single value is provided.
     This parameter must always be defined as a list or tuple, even if only a single value is provided.