diff options
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki-confgen.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rpkid/rpki-confgen.xml b/rpkid/rpki-confgen.xml index f58eede5..e0ed273a 100644 --- a/rpkid/rpki-confgen.xml +++ b/rpkid/rpki-confgen.xml @@ -847,6 +847,20 @@ </doc> </option> + <option name = "allowed-hosts"> + <doc> + Name of virtual host that runs the Django GUI, if this is not + the same as the system hostname. Django's security code wants + to know the name of the virtual host on which Django is + running, and will fail when it thinks it's running on a + disallowed host. + </doc> + <doc> + If you get an error like "Invalid HTTP_HOST header (you may + need to set ALLOWED_HOSTS)", you will need to set this option. + </doc> + </option> + </section> <section name = "autoconf"> |